mirror of
https://github.com/logos-storage/nim-contract-abi.git
synced 2026-01-04 06:33:07 +00:00
chore: version 0.7.1 (#12)
This commit is contained in:
parent
c0c0832676
commit
524bda044b
@ -11,7 +11,7 @@ Use the [Nimble][2] package manager to add `contractabi` to an existing project.
|
|||||||
Add the following to its .nimble file:
|
Add the following to its .nimble file:
|
||||||
|
|
||||||
```nim
|
```nim
|
||||||
requires "contractabi >= 0.6.0 & < 0.7.0"
|
requires "contractabi >= 0.7.1 & < 0.8.0"
|
||||||
```
|
```
|
||||||
|
|
||||||
Usage
|
Usage
|
||||||
|
|||||||
@ -1,4 +1,4 @@
|
|||||||
version = "0.7.0"
|
version = "0.7.1"
|
||||||
author = "Contract ABI Authors"
|
author = "Contract ABI Authors"
|
||||||
description = "ABI Encoding for Ethereum contracts"
|
description = "ABI Encoding for Ethereum contracts"
|
||||||
license = "MIT"
|
license = "MIT"
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user