mirror of https://github.com/status-im/nim-eth.git
Fixed nim version requirement
This commit is contained in:
parent
260cf706e9
commit
3917447084
|
@ -4,7 +4,7 @@ description = "Ethereum Common library"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
skipDirs = @["tests"]
|
skipDirs = @["tests"]
|
||||||
|
|
||||||
requires "nim > 0.19.0",
|
requires "nim >= 0.19.0",
|
||||||
"nimcrypto",
|
"nimcrypto",
|
||||||
"ranges",
|
"ranges",
|
||||||
"stint",
|
"stint",
|
||||||
|
|
Loading…
Reference in New Issue