diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d357986..f2ccf33 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/eth_versioned.nimble b/eth_versioned.nimble index 5a904f4..5d8c4f4 100644 --- a/eth_versioned.nimble +++ b/eth_versioned.nimble @@ -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"