Skip to content

Commit 560efd0

Browse files
update quic-rpc
1 parent 529ed46 commit 560efd0

File tree

2 files changed

+11
-36
lines changed

2 files changed

+11
-36
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 5 additions & 3 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.15.1", optional = true }
56-
quic-rpc-derive = { version = "0.15.0", optional = true }
55+
quic-rpc = { version = "0.16", optional = true }
56+
quic-rpc-derive = { version = "0.16", optional = true }
5757
quinn = { package = "iroh-quinn", version = "0.12", features = ["ring"] }
5858
rand = "0.8"
5959
range-collections = "0.4.0"
@@ -182,7 +182,9 @@ opt-level = 3
182182
panic = 'abort'
183183
incremental = false
184184

185-
# [patch.crates-io]
185+
[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" }
186188
# iroh-metrics = { git = "https://github.com/n0-computer/iroh", branch = "main" }
187189
# iroh-base = { git = "https://github.com/n0-computer/iroh", branch = "main" }
188190
# iroh = { git = "https://github.com/n0-computer/iroh", branch = "main" }

0 commit comments

Comments
 (0)