Skip to content

Commit

Permalink
update ethcore-bigint version
Browse files Browse the repository at this point in the history
  • Loading branch information
rphmeier committed Nov 10, 2017
1 parent 5423518 commit 5c8f39c
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 13 deletions.
12 changes: 6 additions & 6 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions util/hashdb/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
[package]
name = "hashdb"
version = "0.1.0"
version = "0.1.1"
authors = ["Parity Technologies <[email protected]>"]
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" }
4 changes: 2 additions & 2 deletions util/patricia_trie/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ elastic-array = "0.9"
log = "0.3"
rand = "0.3"
ethcore-bytes = { version = "0.1.0", path = "../bytes" }
ethcore-bigint = { version = "0.1.3", path = "../bigint" }
ethcore-bigint = { version = "0.2.1", path = "../bigint" }
hash = { version = "0.1.0", path = "../hash" }
hashdb = { version = "0.1.0", path = "../hashdb" }
hashdb = { version = "0.1.1", path = "../hashdb" }
rlp = { version = "0.2.0", path = "../rlp" }
triehash = { version = "0.1.0", path = "../triehash" }
memorydb = { version = "0.1.0", path = "../memorydb" }
Expand Down
6 changes: 3 additions & 3 deletions util/triehash/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ description = "in memory patricia trie operations"
license = "GPL-3.0"

[dependencies]
rlp = { path = "../rlp" }
ethcore-bigint = { path = "../bigint" }
hash = { path = "../hash" }
rlp = { version = "0.2", path = "../rlp" }
ethcore-bigint = { version = "0.2.1", path = "../bigint" }
hash = { version = "0.1", path = "../hash" }

0 comments on commit 5c8f39c

Please sign in to comment.