From 5880a6474c5394824e0bf8a6716c9a7bcd688ec1 Mon Sep 17 00:00:00 2001 From: link2xt Date: Mon, 27 Apr 2026 21:41:51 +0200 Subject: [PATCH] Enable tls-ring feature on iroh --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a1426ac55..c8d206df6 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -67,7 +67,7 @@ hyper = "1" hyper-util = "0.1.16" image = { version = "0.25.6", default-features=false, features = ["gif", "jpeg", "ico", "png", "pnm", "webp", "bmp"] } iroh-gossip = { version = "0.98", default-features = false, features = ["net"] } -iroh = { version = "0.98", default-features = false } +iroh = { version = "0.98", default-features = false, features = ["tls-ring"] } kamadak-exif = "0.6.1" libc = { workspace = true } mail-builder = { version = "0.4.4", default-features = false }