Skip to content

Commit 8944ebe

Browse files
committed
[derive]: bump version
1 parent 0de9521 commit 8944ebe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

derive/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "ethabi-derive"
3-
version = "9.0.0"
3+
version = "9.0.1"
44
authors = ["Parity Technologies <[email protected]>"]
55
homepage = "https://github.com/paritytech/ethabi"
66
license = "MIT/Apache-2.0"
@@ -11,7 +11,7 @@ description = "Easy to use conversion of ethereum contract calls to bytecode."
1111
proc-macro = true
1212

1313
[dependencies]
14-
ethabi = { path = "../ethabi", version = "9.0.0" }
14+
ethabi = { path = "../ethabi", version = "9.0.1" }
1515
heck = "0.3"
1616
syn = "0.15"
1717
quote = "0.6"

0 commit comments

Comments
 (0)