mirror of
https://github.com/logos-storage/nim-eth-versioned.git
synced 2026-05-01 17:43:07 +00:00
Update version and remove support for 1.6 because nim-eth removed it
This commit is contained in:
parent
a66e840dbe
commit
50193bf362
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user