Update Nim minimum version to 2.0.14

This commit is contained in:
Arnaud 2025-01-07 14:49:10 +01:00
parent 7f038831f5
commit 4fd75adc46
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663

View File

@ -3,7 +3,7 @@ author = "Nim Ethers Authors"
description = "library for interacting with Ethereum"
license = "MIT"
requires "nim >= 1.6.0"
requires "nim >= 2.0.14"
requires "chronicles >= 0.10.3 & < 0.11.0"
requires "chronos >= 4.0.0 & < 4.1.0"
@ -15,8 +15,9 @@ requires "json_rpc >= 0.5.0 & < 0.6.0"
requires "serde >= 1.2.1 & < 1.3.0"
requires "stint >= 0.8.0 & < 0.9.0"
requires "stew >= 0.2.0 & < 0.3.0"
# Branch update-to-nim-2-x
requires "https://github.com/codex-storage/nim-eth-versioned#8ba00bcca408b638551f5ac0cda449a1f566275b"
requires "https://github.com/codex-storage/nim-eth-versioned#98c65e74ff5a5e9647a5043b5784e5c8dc4f9fbc"
task test, "Run the test suite":
# exec "nimble install -d -y"