Skip to content

Commit 764f3f6

Browse files
author
“ramfox”
committed
chore: bump iroh versions
1 parent 4f852c0 commit 764f3f6

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.92", default-features = false }
21-
iroh-base = { version = "0.92", features = ["ticket"] }
20+
iroh = { version = "0.93", default-features = false }
21+
iroh-base = { version = "0.93", features = ["ticket"] }
2222
quinn = { version = "0.14", package = "iroh-quinn" }
2323
rand = "0.9.2"
2424
tokio = { version = "1.34.0", features = ["full"] }
@@ -40,7 +40,3 @@ codegen-units = 1
4040
lto = true
4141
debug = "none"
4242
strip = true
43-
44-
[patch.crates-io]
45-
iroh = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }
46-
iroh-base = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }

0 commit comments

Comments
 (0)