version 1.0.0
This is a braking change. Subscription callbacks wrap the arguments in the Result type. Corrects the preceding commit marked with wrong version number (0.10.2).
This commit is contained in:
parent
2808a05488
commit
04d3548553
|
@ -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.10.2 & < 0.11.0"
|
||||
requires "ethers >= 1.0.0 & < 2.0.0"
|
||||
```
|
||||
|
||||
Usage
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
version = "0.10.2"
|
||||
version = "1.0.0"
|
||||
author = "Nim Ethers Authors"
|
||||
description = "library for interacting with Ethereum"
|
||||
license = "MIT"
|
||||
|
|
Loading…
Reference in New Issue