diff --git a/eth.nimble b/eth.nimble index 53b452f..487d5a1 100644 --- a/eth.nimble +++ b/eth.nimble @@ -4,7 +4,7 @@ description = "Ethereum Common library" license = "MIT" skipDirs = @["tests"] -requires "nim > 0.19.0", +requires "nim >= 0.19.0", "nimcrypto", "ranges", "stint",