From 4b3f4cd652fe9cef8d6db7cfc91fef4fc99fbdcb Mon Sep 17 00:00:00 2001 From: Anton Gavrilov Date: Tue, 1 Oct 2019 15:23:09 +0200 Subject: [PATCH] Versions of dependant crates also increased --- Cargo.lock | 6 +++--- cli/Cargo.toml | 2 +- derive/Cargo.toml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 54b1d05be..5a5fe8817 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -119,7 +119,7 @@ dependencies = [ [[package]] name = "ethabi-cli" -version = "8.0.0" +version = "9.0.0" dependencies = [ "docopt 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", "error-chain 0.12.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -136,7 +136,7 @@ version = "9.0.0" [[package]] name = "ethabi-derive" -version = "8.0.0" +version = "9.0.0" dependencies = [ "ethabi 9.0.0", "heck 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -151,7 +151,7 @@ version = "0.1.1" dependencies = [ "ethabi 9.0.0", "ethabi-contract 9.0.0", - "ethabi-derive 8.0.0", + "ethabi-derive 9.0.0", "hex-literal 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-hex 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/cli/Cargo.toml b/cli/Cargo.toml index b6487ef30..875cbcf9a 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethabi-cli" -version = "8.0.0" +version = "9.0.0" authors = ["Parity Technologies "] keywords = ["ethereum", "eth", "abi", "solidity", "cli"] description = "Easy to use cli for conversion of ethereum contract calls to bytecode." diff --git a/derive/Cargo.toml b/derive/Cargo.toml index 779a94033..39590ba34 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethabi-derive" -version = "8.0.0" +version = "9.0.0" authors = ["Parity Technologies "] homepage = "https://github.com/paritytech/ethabi" license = "MIT/Apache-2.0"