From 0def0e070d39e6f363c95b37f31a82d30f9ec0a1 Mon Sep 17 00:00:00 2001 From: link2xt Date: Sun, 19 May 2024 02:23:11 +0000 Subject: [PATCH] Switch to iroh branch with a fix --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cba77f1f4..d33ec16ad 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -61,8 +61,8 @@ hickory-resolver = "0.24" humansize = "2" image = { version = "0.25.1", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] } iroh_old = { version = "0.4.2", default-features = false, package = "iroh"} -iroh-net = "0.16.2" -iroh-gossip = { version = "0.16.2", features = ["net"] } +iroh-net = { git = "https://github.com/link2xt/iroh", branch="link2xt/keep-tx-end" } +iroh-gossip = { git = "https://github.com/link2xt/iroh", branch="link2xt/keep-tx-end", features = ["net"] } quinn = "0.10.0" kamadak-exif = "0.5.3" lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" }