mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-06-03 04:29:33 +00:00
enforce nimble 0.18.2 in waku.nimble
This commit is contained in:
parent
1224c820bc
commit
9ac6118e4c
@ -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",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user