mirror of
https://github.com/status-im/nim-ethers.git
synced 2025-02-25 21:45:19 +00:00
version 0.2.1
This commit is contained in:
parent
c72cdc5573
commit
e8d0fdf1a9
@ -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.2.0 & < 0.3.0"
|
requires "ethers >= 0.2.1 & < 0.3.0"
|
||||||
```
|
```
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
version = "0.2.0"
|
version = "0.2.1"
|
||||||
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…
x
Reference in New Issue
Block a user