Skip to content

Commit 20800dd

Browse files
committed
use released quic-rpc
1 parent 80327e4 commit 20800dd

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

Cargo.lock

Lines changed: 3 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
@@ -37,7 +37,7 @@ parking_lot = { version = "0.12.1", optional = true }
3737
pin-project = "1.1.5"
3838
portable-atomic = { version = "1", optional = true }
3939
postcard = { version = "1", default-features = false, features = ["alloc", "use-std", "experimental-derive"] }
40-
quic-rpc = { version = "0.15.0", optional = true }
40+
quic-rpc = { version = "0.15.1", optional = true }
4141
quic-rpc-derive = { version = "0.15.0", optional = true }
4242
quinn = { package = "iroh-quinn", version = "0.12", features = ["ring"] }
4343
rand = "0.8"
@@ -131,4 +131,4 @@ iroh-router = { git = "https://github.com/n0-computer/iroh", branch = "main" }
131131
iroh-net = { git = "https://github.com/n0-computer/iroh", branch = "main" }
132132
iroh-metrics = { git = "https://github.com/n0-computer/iroh", branch = "main" }
133133
iroh-base = { git = "https://github.com/n0-computer/iroh", branch = "main" }
134-
quic-rpc = { git = "https://github.com/n0-computer/quic-rpc", branch = "main" }
134+

0 commit comments

Comments
 (0)