Update to Nim 2.0.14

This commit is contained in:
Arnaud 2025-01-07 11:49:10 +01:00
parent eea5811f00
commit 2b7ba8c3e6
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
2 changed files with 2 additions and 2 deletions

View File

@ -13,7 +13,7 @@ jobs:
timeout-minutes: 30
strategy:
matrix:
nim: [2.0.12, stable]
nim: [2.0.14, stable]
steps:
- name: Checkout
uses: actions/checkout@v4

View File

@ -13,7 +13,7 @@ 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#a66e840dbe18770ba6363b0a26dc14c2079acbb9"
requires "https://github.com/codex-storage/nim-eth-versioned#8ba00bcca408b638551f5ac0cda449a1f566275b"
task test, "Run the test suite":
# exec "nimble install -d -y"