add comment into waku.nimble

This commit is contained in:
Ivan FB 2026-04-04 22:36:51 +02:00
parent e5b46e5ed6
commit 353db65af2
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270

View File

@ -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"