enforce nim 2.2.4 in nimble

This commit is contained in:
Ivan Folgueira Bande 2026-02-13 22:28:32 +01:00
parent 672840520e
commit 828702fe36
No known key found for this signature in database
GPG Key ID: 3C117481F89E24A7
2 changed files with 4 additions and 4 deletions

View File

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

View File

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