From 24714cd4b904370adee44f8d739f2fa1ea068b9d Mon Sep 17 00:00:00 2001 From: Ivan FB Date: Thu, 2 Apr 2026 17:51:14 +0200 Subject: [PATCH] force nimble 0.22.3 in waku.nimble --- waku.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/waku.nimble b/waku.nimble index 622489d94..a366142ea 100644 --- a/waku.nimble +++ b/waku.nimble @@ -11,7 +11,7 @@ license = "MIT or Apache License 2.0" #bin = @["build/waku"] requires "nim == 2.2.6" -requires "nimble == 0.20.1" +requires "nimble == 0.22.3" ### Dependencies requires "chronos >= 4.2.0",