From aece120e77149020024d8ca499bea2df082ec29c Mon Sep 17 00:00:00 2001 From: Arkadiy Paronyan Date: Tue, 12 Jul 2016 09:48:52 +0200 Subject: [PATCH] v1.2.2 in beta (#1581) * v1.2.2 * Fixed warning --- Cargo.lock | 20 ++++++++++---------- Cargo.toml | 2 +- nsis/installer.nsi | 2 +- util/Cargo.toml | 2 +- util/bigint/src/uint.rs | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index d68a07936..3a2f72382 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1,6 +1,6 @@ [root] name = "parity" -version = "1.2.1" +version = "1.2.2" dependencies = [ "ansi_term 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "clippy 0.0.77 (registry+https://github.com/rust-lang/crates.io-index)", @@ -16,7 +16,7 @@ dependencies = [ "ethcore-ipc-nano 1.2.0", "ethcore-rpc 1.2.0", "ethcore-signer 1.2.0", - "ethcore-util 1.2.1", + "ethcore-util 1.2.2", "ethsync 1.2.0", "fdlimit 0.1.0", "hyper 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)", @@ -257,7 +257,7 @@ dependencies = [ "ethcore-devtools 1.2.0", "ethcore-ipc 1.2.0", "ethcore-ipc-codegen 1.2.0", - "ethcore-util 1.2.1", + "ethcore-util 1.2.2", "ethjson 0.1.0", "ethstore 0.1.0", "heapsize 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", @@ -278,7 +278,7 @@ version = "1.2.0" dependencies = [ "clippy 0.0.77 (registry+https://github.com/rust-lang/crates.io-index)", "ethcore-rpc 1.2.0", - "ethcore-util 1.2.1", + "ethcore-util 1.2.2", "hyper 0.9.4 (git+https://github.com/ethcore/hyper)", "jsonrpc-core 2.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "jsonrpc-http-server 5.1.0 (git+https://github.com/ethcore/jsonrpc-http-server.git)", @@ -308,7 +308,7 @@ name = "ethcore-ipc" version = "1.2.0" dependencies = [ "ethcore-devtools 1.2.0", - "ethcore-util 1.2.1", + "ethcore-util 1.2.2", "nanomsg 0.5.1 (git+https://github.com/ethcore/nanomsg.rs.git)", "semver 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", ] @@ -342,7 +342,7 @@ dependencies = [ "ethash 1.2.0", "ethcore 1.2.0", "ethcore-devtools 1.2.0", - "ethcore-util 1.2.1", + "ethcore-util 1.2.2", "ethjson 0.1.0", "ethsync 1.2.0", "json-ipc-server 0.2.4 (git+https://github.com/ethcore/json-ipc-server.git)", @@ -364,7 +364,7 @@ dependencies = [ "clippy 0.0.77 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "ethcore-rpc 1.2.0", - "ethcore-util 1.2.1", + "ethcore-util 1.2.2", "jsonrpc-core 2.0.7 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "parity-minimal-sysui 0.2.0 (git+https://github.com/ethcore/parity-dapps-minimal-sysui-rs.git)", @@ -375,7 +375,7 @@ dependencies = [ [[package]] name = "ethcore-util" -version = "1.2.1" +version = "1.2.2" dependencies = [ "ansi_term 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", "arrayvec 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)", @@ -414,7 +414,7 @@ dependencies = [ name = "ethjson" version = "0.1.0" dependencies = [ - "ethcore-util 1.2.1", + "ethcore-util 1.2.2", "rustc-serialize 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)", "serde 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)", "serde_codegen 0.7.9 (registry+https://github.com/rust-lang/crates.io-index)", @@ -456,7 +456,7 @@ dependencies = [ "clippy 0.0.77 (registry+https://github.com/rust-lang/crates.io-index)", "env_logger 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", "ethcore 1.2.0", - "ethcore-util 1.2.1", + "ethcore-util 1.2.2", "heapsize 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", "log 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", "rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 9dfe48da6..2cb60c0f1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] description = "Ethcore client." name = "parity" -version = "1.2.1" +version = "1.2.2" license = "GPL-3.0" authors = ["Ethcore "] build = "build.rs" diff --git a/nsis/installer.nsi b/nsis/installer.nsi index 8f4694204..e4f423092 100644 --- a/nsis/installer.nsi +++ b/nsis/installer.nsi @@ -4,7 +4,7 @@ !define DESCRIPTION "Fast, light, robust Ethereum implementation" !define VERSIONMAJOR 1 !define VERSIONMINOR 2 -!define VERSIONBUILD 1 +!define VERSIONBUILD 2 !addplugindir .\ diff --git a/util/Cargo.toml b/util/Cargo.toml index b50ecbab5..dfc0d0a2c 100644 --- a/util/Cargo.toml +++ b/util/Cargo.toml @@ -3,7 +3,7 @@ description = "Ethcore utility library" homepage = "http://ethcore.io" license = "GPL-3.0" name = "ethcore-util" -version = "1.2.1" +version = "1.2.2" authors = ["Ethcore "] build = "build.rs" diff --git a/util/bigint/src/uint.rs b/util/bigint/src/uint.rs index 2b9863135..c2a99b9ad 100644 --- a/util/bigint/src/uint.rs +++ b/util/bigint/src/uint.rs @@ -43,7 +43,7 @@ use std::cmp; use std::str::{FromStr}; use std::convert::From; -use std::hash::{Hash, Hasher}; +use std::hash::{Hash}; use std::ops::*; use std::cmp::*;