update bigint version number

This commit is contained in:
Robert Habermeier 2017-11-10 18:43:18 +01:00
parent 2288bcd1b4
commit 5423518e1e
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ license = "GPL-3.0"
bigint = "4.0"
elastic-array = "0.9"
heapsize = "0.4"
ethcore-bigint = { version = "0.1.3", path = "../bigint", features = ["heapsizeof"] }
ethcore-bigint = { version = "0.2", path = "../bigint", features = ["heapsizeof"] }
hash = { version = "0.1.0", path = "../hash" }
hashdb = { version = "0.1.0", path = "../hashdb" }
rlp = { version = "0.2.0", path = "../rlp" }