From 32ae616bed756e21ea2d6b697bc843d7ffdf73ae Mon Sep 17 00:00:00 2001 From: Robert Habermeier Date: Sat, 20 May 2017 16:40:34 -0400 Subject: [PATCH] bump heapsize crate --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 217c834..e6214b1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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 "] 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"