enforce nimble 0.18.2 in waku.nimble

This commit is contained in:
Ivan FB 2026-04-03 22:13:54 +02:00
parent 1224c820bc
commit 9ac6118e4c
No known key found for this signature in database
GPG Key ID: DF0C67A04C543270

View File

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