Update version and remove support for 1.6 because nim-eth removed it

This commit is contained in:
Arnaud 2024-12-11 15:35:47 +01:00
parent a66e840dbe
commit 50193bf362
No known key found for this signature in database
GPG Key ID: 69D6CE281FCAE663
2 changed files with 2 additions and 2 deletions

View File

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

View File

@ -1,7 +1,7 @@
# 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"