We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83a2e26 commit b02051aCopy full SHA for b02051a
quic-rpc-derive/Cargo.toml
@@ -10,7 +10,7 @@ proc-macro = true
10
syn = { version = "1.0", features = ["full"] }
11
quote = "1.0"
12
proc-macro2 = "1.0"
13
-quic-rpc = { path = ".." }
+quic-rpc = { version = "0.11", path = ".." }
14
15
[dev-dependencies]
16
derive_more = "1.0.0-beta.6"
0 commit comments