Skip to content

Commit b1d0e6c

Browse files
committed
use published quic-rpc
1 parent ec7967b commit b1d0e6c

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

Cargo.lock

Lines changed: 4 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,8 +37,8 @@ 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 = { git = "https://github.com/n0-computer/quic-rpc.git", branch = "map-transports-not-services", optional = true }
41-
quic-rpc-derive = { git = "https://github.com/n0-computer/quic-rpc.git", branch = "map-transports-not-services", optional = true }
40+
quic-rpc = { version = "0.15.0", optional = true }
41+
quic-rpc-derive = { version = "0.15.0", optional = true }
4242
quinn = { package = "iroh-quinn", version = "0.12", features = ["ring"] }
4343
rand = "0.8"
4444
range-collections = "0.4.0"

0 commit comments

Comments
 (0)