From dfb6128cad11784b472edcae8f8614186a1d3a0d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tomasz=20Drwi=C4=99ga?= Date: Thu, 7 Jun 2018 13:53:38 +0200 Subject: [PATCH] Drop the version back to 6.0.0 (#101) --- Cargo.lock | 18 +++++++++--------- cli/Cargo.toml | 2 +- contract/Cargo.toml | 2 +- derive/Cargo.toml | 2 +- ethabi/Cargo.toml | 2 +- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 52e8a1ac5..c3b395648 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -79,7 +79,7 @@ dependencies = [ [[package]] name = "ethabi" -version = "6.0.1" +version = "6.0.0" dependencies = [ "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", "ethereum-types 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", @@ -92,11 +92,11 @@ dependencies = [ [[package]] name = "ethabi-cli" -version = "6.0.1" +version = "6.0.0" dependencies = [ "docopt 0.8.3 (registry+https://github.com/rust-lang/crates.io-index)", "error-chain 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", - "ethabi 6.0.1", + "ethabi 6.0.0", "rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", "serde_derive 1.0.37 (registry+https://github.com/rust-lang/crates.io-index)", @@ -104,13 +104,13 @@ dependencies = [ [[package]] name = "ethabi-contract" -version = "6.0.1" +version = "6.0.0" [[package]] name = "ethabi-derive" -version = "6.0.1" +version = "6.0.0" dependencies = [ - "ethabi 6.0.1", + "ethabi 6.0.0", "heck 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", "quote 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", "syn 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -120,9 +120,9 @@ dependencies = [ name = "ethabi-tests" version = "0.1.0" dependencies = [ - "ethabi 6.0.1", - "ethabi-contract 6.0.1", - "ethabi-derive 6.0.1", + "ethabi 6.0.0", + "ethabi-contract 6.0.0", + "ethabi-derive 6.0.0", "rustc-hex 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", ] diff --git a/cli/Cargo.toml b/cli/Cargo.toml index 82c86a7be..dd145f211 100644 --- a/cli/Cargo.toml +++ b/cli/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethabi-cli" -version = "6.0.1" +version = "6.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/contract/Cargo.toml b/contract/Cargo.toml index 9b0ace844..ff345be67 100644 --- a/contract/Cargo.toml +++ b/contract/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethabi-contract" -version = "6.0.1" +version = "6.0.0" authors = ["Parity Technologies "] homepage = "https://github.com/paritytech/ethabi" license = "MIT" diff --git a/derive/Cargo.toml b/derive/Cargo.toml index d22b037a0..1397096bf 100644 --- a/derive/Cargo.toml +++ b/derive/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethabi-derive" -version = "6.0.1" +version = "6.0.0" authors = ["Parity Technologies "] homepage = "https://github.com/paritytech/ethabi" license = "MIT" diff --git a/ethabi/Cargo.toml b/ethabi/Cargo.toml index c38f724d2..f791d8dab 100644 --- a/ethabi/Cargo.toml +++ b/ethabi/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "ethabi" -version = "6.0.1" +version = "6.0.0" authors = ["Parity Technologies "] homepage = "https://github.com/paritytech/ethabi" license = "MIT"