We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 53356bf commit 084ae16Copy full SHA for 084ae16
derive/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "ethabi-derive"
3
-version = "8.0.0"
+version = "8.0.1"
4
authors = ["Parity Technologies <admin@parity.io>"]
5
homepage = "https://github.com/paritytech/ethabi"
6
license = "MIT/Apache-2.0"
@@ -11,7 +11,7 @@ description = "Easy to use conversion of ethereum contract calls to bytecode."
11
proc-macro = true
12
13
[dependencies]
14
-ethabi = { path = "../ethabi", version = "8.0.0" }
+ethabi = { path = "../ethabi", version = "8.0.2" }
15
heck = "0.3"
16
syn = "0.15"
17
quote = "0.6"
0 commit comments