Skip to content

Commit c347ea8

Browse files
committed
fix: use fixed version of iroh-gossip
1 parent 96db887 commit c347ea8

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

Cargo.lock

+4-8
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,8 @@ hickory-resolver = "0.24"
6161
humansize = "2"
6262
image = { version = "0.25.1", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] }
6363
iroh_old = { version = "0.4.2", default-features = false, package = "iroh"}
64-
iroh-net = "0.16.2"
65-
iroh-gossip = { version = "0.16.2", features = ["net"] }
64+
iroh-net = { git = "https://github.com/link2xt/iroh", branch="link2xt/keep-connection" }
65+
iroh-gossip = { git = "https://github.com/link2xt/iroh", branch="link2xt/keep-connection", features = ["net"] }
6666
quinn = "0.10.0"
6767
kamadak-exif = "0.5.3"
6868
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" }

0 commit comments

Comments
 (0)