v1.2.2 in beta (#1581)

* v1.2.2

* Fixed warning
This commit is contained in:
Arkadiy Paronyan
2016-07-12 09:48:52 +02:00
committed by Gav Wood
parent cc127eed15
commit aece120e77
5 changed files with 14 additions and 14 deletions

View File

@@ -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 <admin@ethcore.io>"]
build = "build.rs"

View File

@@ -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::*;