From 53ab5fe6e3d45585c493ed00ea6af7d1f80f84d8 Mon Sep 17 00:00:00 2001 From: Ivan FB Date: Mon, 13 Apr 2026 10:54:09 +0200 Subject: [PATCH] use latest libp2p and bump some deps to try help windows ci path issue --- waku.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waku.nimble b/waku.nimble index d99f05e84..eb2804382 100644 --- a/waku.nimble +++ b/waku.nimble @@ -27,7 +27,7 @@ requires "nim >= 2.2.4", "toml_serialization", "faststreams", # Networking & P2P - "https://github.com/vacp2p/nim-libp2p.git#ff8d51857b4b79a68468e7bcc27b2026cca02996", + "https://github.com/vacp2p/nim-libp2p.git#ebd8b7fe525e75b2dd59b175ee1e7517cc0a270f", "eth", "nat_traversal", "dnsdisc",