mirror of
https://github.com/logos-storage/nim-eth-versioned.git
synced 2026-01-04 22:53:06 +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
|
||||
strategy:
|
||||
matrix:
|
||||
nim: [1.6.20, stable]
|
||||
nim: [2.0.14, stable]
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user