diff --git a/cli/Cargo.toml b/cli/Cargo.toml index e1abad47b8..a330aa5f24 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethabi-cli" -version = "15.0.0" +version = "16.0.0" authors = [ "Parity Technologies ", "Artem Vorotnikov ", @@ -14,7 +14,7 @@ edition = "2018" [dependencies] anyhow = "1" -ethabi = { version = "15.0.0", path = "../ethabi" } +ethabi = { version = "16.0.0", path = "../ethabi" } hex = "0.4" sha3 = "0.9" structopt = "0.3" diff --git a/contract/Cargo.toml b/contract/Cargo.toml index aafb5f6708..0c64fbce36 100644 --- a/contract/Cargo.toml +++ b/contract/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethabi-contract" -version = "11.0.0" +version = "16.0.0" authors = [ "Parity Technologies ", "Artem Vorotnikov ", diff --git a/derive/Cargo.toml b/derive/Cargo.toml index 24a42455b3..9bb99510e7 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethabi-derive" -version = "15.0.0" +version = "16.0.0" authors = ["Parity Technologies "] homepage = "https://github.com/paritytech/ethabi" license = "Apache-2.0" @@ -12,7 +12,7 @@ edition = "2018" proc-macro = true [dependencies] -ethabi = { path = "../ethabi", version = "15.0.0" } +ethabi = { path = "../ethabi", version = "16.0.0" } heck = "0.3.1" syn = { version = "1.0.13", default-features = false, features = ["derive", "parsing", "printing", "proc-macro"] } quote = "1.0.2" diff --git a/ethabi/Cargo.toml b/ethabi/Cargo.toml index 857e17324a..f4ab0926e1 100644 --- a/ethabi/Cargo.toml +++ b/ethabi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethabi" -version = "15.0.0" +version = "16.0.0" authors = [ "Parity Technologies ", "Artem Vorotnikov ",