From f77262404546b672213916f815c18f79d674f16b Mon Sep 17 00:00:00 2001 From: Eric <5089238+emizzle@users.noreply.github.com> Date: Fri, 14 Feb 2025 14:19:47 +1100 Subject: [PATCH] fix(ci): re-add 1.6.20 support --- .github/workflows/ci.yml | 2 +- ethers.nimble | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66325e5..eb1cb54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ jobs: timeout-minutes: 30 strategy: matrix: - nim: [2.0.14] + nim: [1.6.20, 2.0.14] steps: - name: Checkout uses: actions/checkout@v4 diff --git a/ethers.nimble b/ethers.nimble index ebd0d94..9c2c13e 100644 --- a/ethers.nimble +++ b/ethers.nimble @@ -3,7 +3,7 @@ author = "Nim Ethers Authors" description = "library for interacting with Ethereum" license = "MIT" -requires "nim >= 2.0.14" +requires "nim >= 1.6.20" requires "chronicles >= 0.10.3 & < 0.11.0" requires "chronos >= 4.0.4 & < 4.1.0" requires "contractabi >= 0.7.0 & < 0.8.0"