mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-04-14 04:03:20 +00:00
restore correct nimble.lock
This commit is contained in:
parent
353db65af2
commit
2170b32666
10
nimble.lock
10
nimble.lock
@ -471,16 +471,6 @@
|
||||
"sha1": "fa2a7552c6ec860717b77ce34cf0b7afe4570234"
|
||||
}
|
||||
},
|
||||
"nim": {
|
||||
"version": "2.2.8",
|
||||
"vcsRevision": "",
|
||||
"url": "https://github.com/nim-lang/Nim.git",
|
||||
"downloadMethod": "git",
|
||||
"dependencies": [],
|
||||
"checksums": {
|
||||
"sha1": "dbea2685008ca7504c044fdbcf68abf4bf9931b2"
|
||||
}
|
||||
},
|
||||
"presto": {
|
||||
"version": "0.1.1",
|
||||
"vcsRevision": "d66043dd7ede146442e6c39720c76a20bde5225f",
|
||||
|
||||
@ -10,14 +10,15 @@ 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.
|
||||
## This indicates the nim compiler version we are currently working on. It may compile with others
|
||||
## but we haven't tested.
|
||||
const NimVersion = "2.2.4"
|
||||
## This is the underlying nimble version that gets installed after doing `choosenim 2.2.4`.
|
||||
const NimbleVersion = "0.18.2"
|
||||
|
||||
### Dependencies
|
||||
requires "chronos >= 4.2.0",
|
||||
requires "nim >= 2.2.4",
|
||||
"chronos >= 4.2.0",
|
||||
"taskpools",
|
||||
# Logging & Configuration
|
||||
"chronicles",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user