From 41aba1b6a08b1556537dc1a681964c1814cb3bb6 Mon Sep 17 00:00:00 2001 From: Kim De Mey Date: Wed, 2 Jun 2021 22:23:36 +0200 Subject: [PATCH] Add nim allowed versions in nimble (#363) --- eth.nimble | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eth.nimble b/eth.nimble index 8df7c02..d962cdd 100644 --- a/eth.nimble +++ b/eth.nimble @@ -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",