Merge 98c65e74ff5a5e9647a5043b5784e5c8dc4f9fbc into 1c41cb646ccb89fc03d778e5fc4cad575b9817ec

This commit is contained in:
Arnaud 2026-03-31 06:37:13 +00:00 committed by GitHub
commit 7df1967e9e
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"