Skip to content

Commit b02051a

Browse files
committed
Add quic-rpc version to quic-rpc-derive
1 parent 83a2e26 commit b02051a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

quic-rpc-derive/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ proc-macro = true
1010
syn = { version = "1.0", features = ["full"] }
1111
quote = "1.0"
1212
proc-macro2 = "1.0"
13-
quic-rpc = { path = ".." }
13+
quic-rpc = { version = "0.11", path = ".." }
1414

1515
[dev-dependencies]
1616
derive_more = "1.0.0-beta.6"

0 commit comments

Comments
 (0)