Skip to content

Commit 6adbf49

Browse files
released gossip
1 parent 0a82845 commit 6adbf49

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 3 additions & 2 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
@@ -37,7 +37,7 @@ futures-util = { version = "0.3.25" }
3737
hex = "0.4"
3838
iroh-base = { version = "0.30", features = ["ticket"] }
3939
iroh-blobs = { version = "0.29" }
40-
iroh-gossip = { version = "0.29", optional = true, features = ["net"] }
40+
iroh-gossip = { version = "0.30", optional = true, features = ["net"] }
4141
iroh-metrics = { version = "0.30.0", default-features = false }
4242
iroh = { version = "0.30", optional = true }
4343
num_enum = "0.7"
@@ -120,4 +120,3 @@ rustdoc-args = ["--cfg", "iroh_docsrs"]
120120

121121
[patch.crates-io]
122122
iroh-blobs = { git = "https://github.com/n0-computer/iroh-blobs", branch = "iroh-v0-30-0" }
123-
iroh-gossip = { git = "https://github.com/n0-computer/iroh-gossip", branch = "iroh-v0-30-0" }

0 commit comments

Comments
 (0)