Merge pull request #11 from paritytech/bump-heapsize

bump heapsize crate
This commit is contained in:
Nikolay Volf 2017-05-21 03:16:32 +03:00 committed by GitHub
commit 9d9b580b09
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"