diff --git a/Cargo.lock b/Cargo.lock index 60c362d8a1..4dc1b3524e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -3227,6 +3227,7 @@ dependencies = [ [[package]] name = "iroh-gossip" version = "0.29.0" +source = "git+https://github.com/n0-computer/iroh-gossip?branch=fix-connection-loop-second-try#8acb1d59148b7032d0c09f0ce1c9316fe19ace66" dependencies = [ "anyhow", "async-channel 2.3.1", diff --git a/Cargo.toml b/Cargo.toml index dbce9088b3..2afc6e6392 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -63,7 +63,7 @@ humansize = "2" hyper = "1" hyper-util = "0.1.10" image = { version = "0.25.5", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] } -iroh-gossip = { path = "../iroh-gossip", default-features = false, features = ["net"] } +iroh-gossip = { git = "https://github.com/n0-computer/iroh-gossip", branch = "fix-connection-loop-second-try", default-features = false, features = ["net"] } # iroh = { version = "0.29", default-features = false } # iroh-base = { version = "0.29", features = ["base32"] } iroh = { git = "https://github.com/n0-computer/iroh", branch = "main", default-features = false }