From f96e5bc0d56eafc9411776e8a1c78e53b4799c63 Mon Sep 17 00:00:00 2001 From: arkpar Date: Sun, 3 Apr 2016 17:52:48 +0200 Subject: [PATCH] v1.0.2 --- Cargo.lock | 36 ++++++++++++++++++------------------ Cargo.toml | 2 +- ethcore/Cargo.toml | 2 +- rpc/Cargo.toml | 2 +- sync/Cargo.toml | 2 +- util/Cargo.toml | 2 +- 6 files changed, 23 insertions(+), 23 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index f120cc337..ab4df68b9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,18 +1,18 @@ [root] name = "parity" -version = "1.0.1" +version = "1.0.2" dependencies = [ "clippy 0.0.54 (registry+https://github.com/rust-lang/crates.io-index)", "ctrlc 1.1.1 (git+https://github.com/tomusdrw/rust-ctrlc.git)", "daemonize 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", "docopt 0.6.78 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "ethcore 1.0.1", + "ethcore 1.0.2", "ethcore-devtools 1.0.0", - "ethcore-rpc 1.0.1", - "ethcore-util 1.0.1", + "ethcore-rpc 1.0.2", + "ethcore-util 1.0.2", "ethminer 1.0.0", - "ethsync 1.0.1", + "ethsync 1.0.2", "fdlimit 0.1.0", "log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "num_cpus 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)", @@ -208,14 +208,14 @@ dependencies = [ [[package]] name = "ethcore" -version = "1.0.1" +version = "1.0.2" dependencies = [ "clippy 0.0.54 (registry+https://github.com/rust-lang/crates.io-index)", "crossbeam 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", "ethash 1.0.0", "ethcore-devtools 1.0.0", - "ethcore-util 1.0.1", + "ethcore-util 1.0.2", "ethjson 0.1.0", "heapsize 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)", @@ -235,14 +235,14 @@ dependencies = [ [[package]] name = "ethcore-rpc" -version = "1.0.1" +version = "1.0.2" dependencies = [ "clippy 0.0.54 (registry+https://github.com/rust-lang/crates.io-index)", "ethash 1.0.0", - "ethcore 1.0.1", - "ethcore-util 1.0.1", + "ethcore 1.0.2", + "ethcore-util 1.0.2", "ethminer 1.0.0", - "ethsync 1.0.1", + "ethsync 1.0.2", "jsonrpc-core 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-http-server 3.0.1 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -256,7 +256,7 @@ dependencies = [ [[package]] name = "ethcore-util" -version = "1.0.1" +version = "1.0.2" dependencies = [ "arrayvec 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", "bigint 0.1.0", @@ -293,7 +293,7 @@ dependencies = [ name = "ethjson" version = "0.1.0" dependencies = [ - "ethcore-util 1.0.1", + "ethcore-util 1.0.2", "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)", "serde 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", "serde_codegen 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -307,8 +307,8 @@ version = "1.0.0" dependencies = [ "clippy 0.0.54 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "ethcore 1.0.1", - "ethcore-util 1.0.1", + "ethcore 1.0.2", + "ethcore-util 1.0.2", "log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "rayon 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)", @@ -317,12 +317,12 @@ dependencies = [ [[package]] name = "ethsync" -version = "1.0.1" +version = "1.0.2" dependencies = [ "clippy 0.0.54 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", - "ethcore 1.0.1", - "ethcore-util 1.0.1", + "ethcore 1.0.2", + "ethcore-util 1.0.2", "ethminer 1.0.0", "heapsize 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 0d63bd470..e79452c61 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Ethcore client." name = "parity" -version = "1.0.1" +version = "1.0.2" license = "GPL-3.0" authors = ["Ethcore "] build = "build.rs" diff --git a/ethcore/Cargo.toml b/ethcore/Cargo.toml index f4721906f..38b14608e 100644 --- a/ethcore/Cargo.toml +++ b/ethcore/Cargo.toml @@ -3,7 +3,7 @@ description = "Ethcore library" homepage = "http://ethcore.io" license = "GPL-3.0" name = "ethcore" -version = "1.0.1" +version = "1.0.2" authors = ["Ethcore "] [dependencies] diff --git a/rpc/Cargo.toml b/rpc/Cargo.toml index 958f9b8a9..22a5c876e 100644 --- a/rpc/Cargo.toml +++ b/rpc/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Ethcore jsonrpc" name = "ethcore-rpc" -version = "1.0.1" +version = "1.0.2" license = "GPL-3.0" authors = ["Ethcore "] build = "build.rs"