From 8c73de095b3ca33de1bfd7d1f75f47929e0b3a67 Mon Sep 17 00:00:00 2001 From: kaichao Date: Mon, 1 Sep 2025 10:12:04 +0800 Subject: [PATCH] fix: nimble libraries (#3555) --- waku.nimble | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/waku.nimble b/waku.nimble index ffda7b44b..8014621f5 100644 --- a/waku.nimble +++ b/waku.nimble @@ -13,6 +13,7 @@ requires "nim >= 2.2.4", "chronicles", "confutils", "chronos", + "dnsdisc", "eth", "json_rpc", "libbacktrace", @@ -20,7 +21,7 @@ requires "nim >= 2.2.4", "stew", "stint", "metrics", - "libp2p", # Only for Waku v2 + "libp2p == 1.10.1", # Only for Waku v2 "web3", "presto", "regex",