Update patricia trie to 0.2.2 (#9525)

* Update patricia trie to 0.2.2 crates. Default dependencies on minor
version only.

* Putting back ethereum tests to the right commit
This commit is contained in:
cheme
2018-09-11 16:20:26 +02:00
committed by Marek Kotewicz
parent 3c3d2ef2b9
commit 98220442b4
7 changed files with 15 additions and 15 deletions

View File

@@ -7,7 +7,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
byteorder = "1.0"
parity-bytes = "0.1"
ethereum-types = "0.4"
patricia-trie = "0.2.1"
patricia-trie = "0.2"
patricia-trie-ethereum = { path = "../../util/patricia-trie-ethereum" }
log = "0.4"
common-types = { path = "../types" }