Skip to content

Commit d61d811

Browse files
committed
WIP: try quic-rpc patch
1 parent 4420d7a commit d61d811

File tree

2 files changed

+25
-4
lines changed

2 files changed

+25
-4
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 1 addition & 1 deletion
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", optional = true, git = "https://github.com/n0-computer/quic-rpc", branch = "fuse-oneshot-channel" }
5858
quic-rpc-derive = { version = "0.18", optional = true }
5959
rand = "0.8"
6060
range-collections = "0.4.0"

0 commit comments

Comments
 (0)