From 2ec0313dd3a934815ea890053ce1b75ca1f5415d Mon Sep 17 00:00:00 2001 From: Mark Spanbroek Date: Tue, 29 Aug 2023 12:18:29 +0200 Subject: [PATCH] version 0.6.0 updated contractabi brings in breaking change in nimcrypto --- Readme.md | 2 +- ethers.nimble | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Readme.md b/Readme.md index 10f9901..661e103 100644 --- a/Readme.md +++ b/Readme.md @@ -14,7 +14,7 @@ Use the [Nimble][2] package manager to add `ethers` to an existing project. Add the following to its .nimble file: ```nim -requires "ethers >= 0.5.0 & < 0.6.0" +requires "ethers >= 0.6.0 & < 0.7.0" ``` Usage diff --git a/ethers.nimble b/ethers.nimble index 88c9303..80ad6cc 100644 --- a/ethers.nimble +++ b/ethers.nimble @@ -1,4 +1,4 @@ -version = "0.5.0" +version = "0.6.0" author = "Nim Ethers Authors" description = "library for interacting with Ethereum" license = "MIT"