Skip to content

Commit 4cde8cb

Browse files
author
“ramfox”
committed
chore: upgrade to [email protected]
1 parent 5ac3a16 commit 4cde8cb

File tree

2 files changed

+11
-12
lines changed

2 files changed

+11
-12
lines changed

Cargo.lock

Lines changed: 9 additions & 6 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 & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ rust-version = "1.81"
1717
snafu = "0.8.6"
1818
clap = { version = "4.4.10", features = ["derive"] }
1919
hex = "0.4.3"
20-
iroh = { version = "0.90", default-features = false }
21-
iroh-base = { version = "0.90", features = ["ticket"] }
20+
iroh = { version = "0.91", default-features = false }
21+
iroh-base = { version = "0.91", features = ["ticket"] }
2222
quinn = { version = "0.14", package = "iroh-quinn" }
2323
rand = "0.8.5"
2424
tokio = { version = "1.34.0", features = ["full"] }
@@ -32,7 +32,3 @@ n0-snafu = "0.2.1"
3232
duct = "0.13.6"
3333
nix = { version = "0.29", features = ["signal", "process"] }
3434
tempfile = "3.8"
35-
36-
[patch.crates-io]
37-
iroh = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }
38-
iroh-base = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }

0 commit comments

Comments
 (0)