Add nim allowed versions in nimble (#363)

This commit is contained in:
Kim De Mey 2021-06-02 22:23:36 +02:00 committed by GitHub
parent 3514ee6484
commit 41aba1b6a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ description = "Ethereum Common library"
license = "MIT"
skipDirs = @["tests"]
requires "nim >= 1.2.0",
requires "nim >= 1.2.0 & <= 1.2.12",
"nimcrypto",
"stint",
"secp256k1",