mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-16 23:41:02 +00:00
Update trie dependencies. (#3017)
* Update trie dependencies. * bump rutime impl version.
This commit is contained in:
@@ -8,9 +8,9 @@ edition = "2018"
|
||||
[dependencies]
|
||||
log = "0.4"
|
||||
parking_lot = "0.8.0"
|
||||
hash-db = "0.12"
|
||||
trie-db = "0.12"
|
||||
trie-root = "0.12"
|
||||
hash-db = "0.14.0"
|
||||
trie-db = "0.14.0"
|
||||
trie-root = "0.14.0"
|
||||
trie = { package = "substrate-trie", path = "../trie" }
|
||||
primitives = { package = "substrate-primitives", path = "../primitives" }
|
||||
panic-handler = { package = "substrate-panic-handler", path = "../panic-handler" }
|
||||
|
||||
Reference in New Issue
Block a user