mirror of https://github.com/status-im/nim-eth.git
Add nim allowed versions in nimble (#363)
This commit is contained in:
parent
3514ee6484
commit
41aba1b6a0
|
@ -4,7 +4,7 @@ description = "Ethereum Common library"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
skipDirs = @["tests"]
|
skipDirs = @["tests"]
|
||||||
|
|
||||||
requires "nim >= 1.2.0",
|
requires "nim >= 1.2.0 & <= 1.2.12",
|
||||||
"nimcrypto",
|
"nimcrypto",
|
||||||
"stint",
|
"stint",
|
||||||
"secp256k1",
|
"secp256k1",
|
||||||
|
|
Loading…
Reference in New Issue