diff --git a/nimble.lock b/nimble.lock index 3a2ed3dc7..b98a77958 100644 --- a/nimble.lock +++ b/nimble.lock @@ -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": { diff --git a/waku.nimble b/waku.nimble index 6c5a9b5c3..a29959c3a 100644 --- a/waku.nimble +++ b/waku.nimble @@ -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",