bump heapsize crate

This commit is contained in:
Robert Habermeier 2017-05-20 16:40:34 -04:00
parent 0ab6d5c30d
commit 32ae616bed
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 = "MIT/Apache-2.0"
name = "bigint"
version = "2.0.1"
version = "2.0.0"
authors = ["Parity Technologies <admin@parity.io>"]
build = "build.rs"
@ -13,6 +13,6 @@ rustc_version = "0.2"
[dependencies]
rustc-serialize = "0.3"
heapsize = "0.3"
heapsize = "0.4"
rand = "0.3"
byteorder = "1.0"