From 9ac6118e4c15c3d9ac51e61c9d9f1022fa15a3fe Mon Sep 17 00:00:00 2001 From: Ivan FB Date: Fri, 3 Apr 2026 22:13:54 +0200 Subject: [PATCH] enforce nimble 0.18.2 in waku.nimble --- waku.nimble | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/waku.nimble b/waku.nimble index d4c2b8628..9c06e9536 100644 --- a/waku.nimble +++ b/waku.nimble @@ -10,8 +10,11 @@ description = "Waku, Private P2P Messaging for Resource-Restricted Devices" license = "MIT or Apache License 2.0" #bin = @["build/waku"] +## We want to use the 2.2.4 nim version as it was the one we used in nimbus-build-system +## The reason why we enforce an old nimble version is because is the one that gets +## installed when doing `choosenim 2.2.4`. requires "nim == 2.2.4" -requires "nimble == 0.20.1" +requires "nimble == 0.18.2" ### Dependencies requires "chronos >= 4.2.0",