update ethcore-bigint version

This commit is contained in:
Robert Habermeier 2017-11-10 18:46:35 +01:00
parent 039f06b343
commit 54e9759d0f
1 changed files with 2 additions and 2 deletions

View File

@ -1,10 +1,10 @@
[package]
name = "hashdb"
version = "0.1.0"
version = "0.1.1"
authors = ["Parity Technologies <admin@parity.io>"]
description = "trait for hash-keyed databases."
license = "GPL-3.0"
[dependencies]
elastic-array = "0.9"
ethcore-bigint = { version = "0.1.3", path = "../bigint" }
ethcore-bigint = { version = "0.2.1", path = "../bigint" }