Skip to content

Commit 41b6010

Browse files
update to quic-rpc 0.17
1 parent 684971d commit 41b6010

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

Cargo.lock

Lines changed: 8 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@ postcard = { version = "1", default-features = false, features = [
5252
"use-std",
5353
"experimental-derive",
5454
] }
55-
quic-rpc = { version = "0.16", optional = true }
56-
quic-rpc-derive = { version = "0.16", optional = true }
55+
quic-rpc = { version = "0.17", optional = true }
56+
quic-rpc-derive = { version = "0.17", optional = true }
5757
quinn = { package = "iroh-quinn", version = "0.12", features = ["ring"] }
5858
rand = "0.8"
5959
range-collections = "0.4.0"
@@ -183,8 +183,6 @@ panic = 'abort'
183183
incremental = false
184184

185185
[patch.crates-io]
186-
quic-rpc = { git = "https://github.com/n0-computer/quic-rpc", branch = "iroh-v0-29-0" }
187-
quic-rpc-derive = { git = "https://github.com/n0-computer/quic-rpc", branch = "iroh-v0-29-0" }
188186
# iroh-metrics = { git = "https://github.com/n0-computer/iroh", branch = "main" }
189187
# iroh-base = { git = "https://github.com/n0-computer/iroh", branch = "main" }
190188
# iroh = { git = "https://github.com/n0-computer/iroh", branch = "main" }

0 commit comments

Comments
 (0)