From 353db65af2e4421f532a0ebf0a84b556140017c7 Mon Sep 17 00:00:00 2001 From: Ivan FB Date: Sat, 4 Apr 2026 22:36:51 +0200 Subject: [PATCH] add comment into waku.nimble --- waku.nimble | 3 +++ 1 file changed, 3 insertions(+) diff --git a/waku.nimble b/waku.nimble index 43e6d020d..27f143829 100644 --- a/waku.nimble +++ b/waku.nimble @@ -10,6 +10,9 @@ description = "Waku, Private P2P Messaging for Resource-Restricted Devices" license = "MIT or Apache License 2.0" #bin = @["build/waku"] +## We defined the required versions in that way so that the generated nimble.lock +## doesn't have any reference to nim or nimble. With that, we avoid cross-platform +## issues when calculating the nim checksum. const NimVersion = "2.2.4" const NimbleVersion = "0.18.2"