mirror of
https://github.com/status-im/nim-ethers.git
synced 2025-02-05 03:54:02 +00:00
Update to Nim 2.0.14
This commit is contained in:
parent
eea5811f00
commit
2b7ba8c3e6
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user