mirror of
https://github.com/logos-messaging/logos-messaging-nim.git
synced 2026-02-18 12:53:09 +00:00
enforce nim 2.2.4 in nimble
This commit is contained in:
parent
672840520e
commit
828702fe36
@ -2,13 +2,13 @@
|
||||
"version": 2,
|
||||
"packages": {
|
||||
"nim": {
|
||||
"version": "2.2.6",
|
||||
"vcsRevision": "372826d4317f1f8cb99abd750698f4a00c5cd39a",
|
||||
"version": "2.2.4",
|
||||
"vcsRevision": "672840520e542e20bbb3d4272c00acd5aa7c853e",
|
||||
"url": "https://github.com/nim-lang/Nim.git",
|
||||
"downloadMethod": "git",
|
||||
"dependencies": [],
|
||||
"checksums": {
|
||||
"sha1": "b3179cffd77e51d16ea343b5493d895e8bc8c085"
|
||||
"sha1": "b4bb510bd58b8fccf53a122a42699d8070b92c3e"
|
||||
}
|
||||
},
|
||||
"libbacktrace": {
|
||||
|
||||
@ -11,7 +11,7 @@ license = "MIT or Apache License 2.0"
|
||||
srcDir = "waku"
|
||||
|
||||
### Dependencies
|
||||
requires "nim >= 2.2.4",
|
||||
requires "nim == 2.2.4",
|
||||
# Async & Concurrency
|
||||
"chronos >= 4.0.4",
|
||||
"taskpools",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user