version 0.8.0
Replaces version 0.7.2, because it includes breaking changes
This commit is contained in:
parent
7911ac6c57
commit
d46f5a10d3
|
@ -14,7 +14,7 @@ Use the [Nimble][2] package manager to add `ethers` to an existing
|
||||||
project. Add the following to its .nimble file:
|
project. Add the following to its .nimble file:
|
||||||
|
|
||||||
```nim
|
```nim
|
||||||
requires "ethers >= 0.7.2 & < 0.8.0"
|
requires "ethers >= 0.8.0 & < 0.9.0"
|
||||||
```
|
```
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
version = "0.7.2"
|
version = "0.8.0"
|
||||||
author = "Nim Ethers Authors"
|
author = "Nim Ethers Authors"
|
||||||
description = "library for interacting with Ethereum"
|
description = "library for interacting with Ethereum"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|
Loading…
Reference in New Issue