version 0.6.0
updated contractabi brings in breaking change in nimcrypto
This commit is contained in:
parent
9327294044
commit
2ec0313dd3
|
@ -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
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
version = "0.5.0"
|
||||
version = "0.6.0"
|
||||
author = "Nim Ethers Authors"
|
||||
description = "library for interacting with Ethereum"
|
||||
license = "MIT"
|
||||
|
|
Loading…
Reference in New Issue