Skip to content

Commit 33e27c0

Browse files
authored
chore: upgrade to latest iroh and quic-rpc (#11)
1 parent 872a93b commit 33e27c0

File tree

2 files changed

+25
-107
lines changed

2 files changed

+25
-107
lines changed

Cargo.lock

Lines changed: 24 additions & 102 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 & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ unused-async = "warn"
3232
[dependencies]
3333
anyhow = "1"
3434
tokio = "1"
35-
iroh = "0.32"
35+
iroh = "0.33"
3636
tempfile = "3"
3737
strum = "0.26"
3838
nested_enum_utils = "0.1.0"
@@ -71,7 +71,3 @@ cli = ["dep:clap", "dep:colored", "dep:comfy-table", "dep:time", "dep:human-time
7171
[package.metadata.docs.rs]
7272
all-features = true
7373
rustdoc-args = ["--cfg", "iroh_docsrs"]
74-
75-
[patch.crates-io]
76-
iroh = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }
77-
quic-rpc = { git = "https://github.com/n0-computer/quic-rpc.git", branch = "main" }

0 commit comments

Comments
 (0)