mirror of
https://github.com/logos-messaging/logos-delivery.git
synced 2026-06-06 14:10:02 +00:00
give freedom to fetch latest nim >= 2.2.4
This commit is contained in:
parent
1545d96520
commit
c816c8ded6
@ -2,13 +2,13 @@
|
|||||||
"version": 2,
|
"version": 2,
|
||||||
"packages": {
|
"packages": {
|
||||||
"nim": {
|
"nim": {
|
||||||
"version": "2.2.4",
|
"version": "2.2.6",
|
||||||
"vcsRevision": "672840520e542e20bbb3d4272c00acd5aa7c853e",
|
"vcsRevision": "372826d4317f1f8cb99abd750698f4a00c5cd39a",
|
||||||
"url": "https://github.com/nim-lang/Nim.git",
|
"url": "https://github.com/nim-lang/Nim.git",
|
||||||
"downloadMethod": "git",
|
"downloadMethod": "git",
|
||||||
"dependencies": [],
|
"dependencies": [],
|
||||||
"checksums": {
|
"checksums": {
|
||||||
"sha1": "b4bb510bd58b8fccf53a122a42699d8070b92c3e"
|
"sha1": "b3179cffd77e51d16ea343b5493d895e8bc8c085"
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
"libbacktrace": {
|
"libbacktrace": {
|
||||||
|
|||||||
@ -11,7 +11,7 @@ license = "MIT or Apache License 2.0"
|
|||||||
srcDir = "waku"
|
srcDir = "waku"
|
||||||
|
|
||||||
### Dependencies
|
### Dependencies
|
||||||
requires "nim == 2.2.4",
|
requires "nim >= 2.2.4",
|
||||||
# Async & Concurrency
|
# Async & Concurrency
|
||||||
"chronos >= 4.0.4",
|
"chronos >= 4.0.4",
|
||||||
"taskpools",
|
"taskpools",
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user