This repository was archived by the owner on Nov 6, 2020. It is now read-only.
File tree Expand file tree Collapse file tree 7 files changed +15
-15
lines changed
util/patricia-trie-ethereum Expand file tree Collapse file tree 7 files changed +15
-15
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ ethcore-bloom-journal = { path = "../util/bloom" }
1818parity-bytes = " 0.1"
1919hashdb = " 0.2.1"
2020memorydb = " 0.2.1"
21- patricia-trie = " 0.2.1 "
21+ patricia-trie = " 0.2"
2222patricia-trie-ethereum = { path = " ../util/patricia-trie-ethereum" }
2323parity-crypto = " 0.1"
2424error-chain = { version = " 0.12" , default-features = false }
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ parity-bytes = "0.1"
1313ethcore-transaction = { path = " ../transaction" }
1414ethereum-types = " 0.4"
1515memorydb = " 0.2.1"
16- patricia-trie = " 0.2.1 "
16+ patricia-trie = " 0.2"
1717patricia-trie-ethereum = { path = " ../../util/patricia-trie-ethereum" }
1818ethcore-network = { path = " ../../util/network" }
1919ethcore-io = { path = " ../../util/io" }
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ heapsize = "0.4"
2626keccak-hash = " 0.1.2"
2727log = " 0.4"
2828parking_lot = " 0.6"
29- patricia-trie = " 0.2.1 "
29+ patricia-trie = " 0.2"
3030patricia-trie-ethereum = { path = " ../../util/patricia-trie-ethereum" }
3131rand = " 0.3"
3232rlp = { version = " 0.2.4" , features = [" ethereum" ] }
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ authors = ["Parity Technologies <admin@parity.io>"]
77byteorder = " 1.0"
88parity-bytes = " 0.1"
99ethereum-types = " 0.4"
10- patricia-trie = " 0.2.1 "
10+ patricia-trie = " 0.2"
1111patricia-trie-ethereum = { path = " ../../util/patricia-trie-ethereum" }
1212log = " 0.4"
1313common-types = { path = " ../types" }
Original file line number Diff line number Diff line change @@ -58,7 +58,7 @@ keccak-hash = "0.1.2"
5858parity-reactor = { path = " ../util/reactor" }
5959parity-updater = { path = " ../updater" }
6060parity-version = { path = " ../util/version" }
61- patricia-trie = " 0.2.1 "
61+ patricia-trie = " 0.2"
6262rlp = { version = " 0.2.4" , features = [" ethereum" ] }
6363stats = { path = " ../util/stats" }
6464vm = { path = " ../ethcore/vm" }
Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ description = "Merkle-Patricia Trie (Ethereum Style)"
66license = " GPL-3.0"
77
88[dependencies ]
9- patricia-trie = " 0.2.1 "
9+ patricia-trie = " 0.2"
1010keccak-hasher = { version = " 0.1.1" , path = " ../keccak-hasher" }
1111hashdb = " 0.2"
1212rlp = { version = " 0.2.4" , features = [" ethereum" ] }
You can’t perform that action at this time.
0 commit comments