mirror of
https://github.com/logos-storage/nim-eth-versioned.git
synced 2026-01-07 16:13:11 +00:00
Merge 98c65e74ff5a5e9647a5043b5784e5c8dc4f9fbc into c4852731208e01ca724b3618db1b8862ca997ff2
This commit is contained in:
commit
385f798092
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -13,7 +13,7 @@ jobs:
|
|||||||
timeout-minutes: 30
|
timeout-minutes: 30
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
nim: [1.6.20, stable]
|
nim: [2.0.14, stable]
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
|||||||
@ -1,10 +1,10 @@
|
|||||||
# corresponds to what the dependent package version SHOULD BE, following the
|
# corresponds to what the dependent package version SHOULD BE, following the
|
||||||
# [semver spec](http://semver.org/) [with initial release at
|
# [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).
|
# 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"
|
author = "Status Research & Development GmbH"
|
||||||
description = "Ethereum Common library"
|
description = "Ethereum Common library"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
||||||
requires "nim >= 1.6.0"
|
requires "nim >= 2.0.14"
|
||||||
requires "eth#c482b4c5b658a77cc96b49d4a397aa6d98472ac7"
|
requires "eth >= 0.5.0"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user