Skip to content

Commit 18b31d5

Browse files
committed
use published quic-rpc
1 parent dced099 commit 18b31d5

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

Cargo.lock

Lines changed: 3 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ postcard = { version = "1", default-features = false, features = [
5252
"use-std",
5353
"experimental-derive",
5454
] }
55-
quic-rpc = { version = "0.17", optional = true }
55+
quic-rpc = { version = "0.17.1", optional = true }
5656
quic-rpc-derive = { version = "0.17", optional = true }
5757
quinn = { package = "iroh-quinn", version = "0.12", features = ["ring"] }
5858
rand = "0.8"
@@ -184,4 +184,3 @@ incremental = false
184184
[patch.crates-io]
185185
iroh-base = { git = "https://github.com/n0-computer/iroh" }
186186
iroh = { git = "https://github.com/n0-computer/iroh" }
187-
quic-rpc = { path = "../quic-rpc" }

0 commit comments

Comments
 (0)