Merge 98c65e74ff5a5e9647a5043b5784e5c8dc4f9fbc into c4852731208e01ca724b3618db1b8862ca997ff2

This commit is contained in:
Arnaud 2025-01-07 13:46:59 +00:00 committed by GitHub
commit 385f798092
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

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

View File

@ -1,10 +1,10 @@
# corresponds to what the dependent package version SHOULD BE, following the
# [semver spec](http://semver.org/) [with initial release at
# 1.0.0](https://docs.npmjs.com/about-semantic-versioning#incrementing-semantic-versions-in-published-packages).
version = "1.0.0"
version = "1.1.0"
author = "Status Research & Development GmbH"
description = "Ethereum Common library"
license = "MIT"
requires "nim >= 1.6.0"
requires "eth#c482b4c5b658a77cc96b49d4a397aa6d98472ac7"
requires "nim >= 2.0.14"
requires "eth >= 0.5.0"