Skip to content

Commit 4adadce

Browse files
committed
Use published quic-rpc
1 parent d290c01 commit 4adadce

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 2 additions & 2 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ postcard = { version = "1", default-features = false, features = [
5454
"use-std",
5555
"experimental-derive",
5656
] }
57-
quic-rpc = { version = "0.18", optional = true }
57+
quic-rpc = { version = "0.18.3", optional = true }
5858
quic-rpc-derive = { version = "0.18", optional = true }
5959
rand = "0.8"
6060
range-collections = "0.4.0"
@@ -188,4 +188,4 @@ incremental = false
188188
[patch.crates-io]
189189
iroh = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }
190190
iroh-base = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }
191-
quic-rpc = { git = "https://github.com/n0-computer/quic-rpc", branch = "fuse-oneshot-channel" }
191+
quic-rpc = { git = "https://github.com/n0-computer/quic-rpc", branch = "main" }

0 commit comments

Comments
 (0)