bump version and deps

This commit is contained in:
NikVolf 2017-03-22 18:09:36 +03:00
parent 38f55ab77b
commit 69e95af173
1 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@ homepage = "http://parity.io"
repository = "https://github.com/ethcore/bigint"
license = "GPL-3.0"
name = "bigint"
version = "1.0.2"
version = "1.0.3"
authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs"
@ -14,5 +14,5 @@ rustc_version = "0.2"
[dependencies]
rustc-serialize = "0.3"
heapsize = "0.3"
rand = "0.3.12"
rand = "0.3"
byteorder = "1.0"