Skip to content

Commit dda3a22

Browse files
author
“ramfox”
committed
chore: upgrade iroh, irpc, iroh-blobs`
1 parent 6c1007c commit dda3a22

File tree

2 files changed

+76
-60
lines changed

2 files changed

+76
-60
lines changed

Cargo.lock

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

Cargo.toml

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ derive_more = { version = "2.0.1", features = [
2424
# I had some issues with futures-buffered 0.2.9
2525
futures-buffered = "0.2.11"
2626
indicatif = "0.17.7"
27-
iroh-blobs = { version = "0.96" }
28-
iroh = "0.94"
27+
iroh-blobs = { version = "0.97" }
28+
iroh = "0.95"
2929
num_cpus = "1.16.0"
3030
rand = "0.9.2"
3131
serde = { version = "1", features = ["derive"] }
@@ -40,7 +40,7 @@ crossterm = { version = "0.29.0", features = [
4040
"event-stream",
4141
"osc52",
4242
], optional = true }
43-
irpc = "0.10.0"
43+
irpc = "0.11.0"
4444

4545
[target.'cfg(unix)'.dependencies]
4646
libc = { version = "0.2.174", optional = true }
@@ -66,8 +66,3 @@ codegen-units = 1
6666
lto = true
6767
debug = "none"
6868
strip = true
69-
70-
[patch.crates-io]
71-
iroh = { git = "https://github.com/n0-computer/iroh.git", branch = "main" }
72-
irpc = { git = "https://github.com/n0-computer/irpc.git", branch = "patch-iroh-main" }
73-
iroh-blobs = { git = "https://github.com/n0-computer/iroh-blobs.git", branch = "patch-iroh-main" }

0 commit comments

Comments
 (0)