fix(ci): re-add 1.6.20 support

This commit is contained in:
Eric 2025-02-14 14:19:47 +11:00
parent 26342d3e27
commit f772624045
No known key found for this signature in database
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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"