Skip to content

Commit 43cbf6b

Browse files
update to released gossip
1 parent 6efff85 commit 43cbf6b

File tree

2 files changed

+46
-46
lines changed

2 files changed

+46
-46
lines changed

Cargo.lock

Lines changed: 45 additions & 44 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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ futures-lite = "2.3.0"
3636
futures-util = { version = "0.3.25" }
3737
hex = "0.4"
3838
iroh-blobs = { version = "0.28.0", optional = true, features = ["downloader"] }
39-
iroh-gossip = { version = "0.28.0", optional = true }
39+
iroh-gossip = { version = "0.29.0", optional = true }
4040
iroh-metrics = { version = "0.29.0", default-features = false }
4141
iroh = { version = "0.29", optional = true }
4242
num_enum = "0.7"
@@ -108,4 +108,3 @@ rustdoc-args = ["--cfg", "iroh_docsrs"]
108108

109109
[patch.crates-io]
110110
iroh-blobs = { git = "https://github.com/n0-computer/iroh-blobs", branch = "iroh-v0-29-0" }
111-
iroh-gossip = { git = "https://github.com/n0-computer/iroh-gossip", branch = "iroh-v0-29-0" }

0 commit comments

Comments
 (0)