From 391744708431fd049c2ab38ba487ad71d247acf4 Mon Sep 17 00:00:00 2001 From: Yuriy Glukhov Date: Tue, 5 Feb 2019 13:10:23 +0200 Subject: [PATCH] Fixed nim version requirement --- eth.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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",