Skip to content

Commit e5c9f24

Browse files
authored
chore: upgrade to [email protected] (#57)
1 parent d284fe5 commit e5c9f24

File tree

2 files changed

+83
-31
lines changed

2 files changed

+83
-31
lines changed

Cargo.lock

+81-25
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-6
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ rust-version = "1.81"
1717
anyhow = "1.0.75"
1818
clap = { version = "4.4.10", features = ["derive"] }
1919
hex = "0.4.3"
20-
iroh = { version = "0.33", default-features = false }
21-
iroh-base = { version = "0.33", features = ["ticket"] }
20+
iroh = { version = "0.34", default-features = false }
21+
iroh-base = { version = "0.34", features = ["ticket"] }
2222
quinn = { version = "0.13", package = "iroh-quinn" }
2323
rand = "0.8.5"
2424
tokio = { version = "1.34.0", features = ["full"] }
@@ -29,7 +29,3 @@ tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
2929
[dev-dependencies]
3030
duct = "0.13.6"
3131
nix = { version = "0.29", features = ["signal", "process"] }
32-
33-
[patch.crates-io]
34-
iroh = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }
35-
iroh-base = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }

0 commit comments

Comments
 (0)