mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-12 17:01:09 +00:00
Update trie crate to hashbrown usage. (#3440)
* Update trie crate to non hashmap_core one. * bump runtime impl.
This commit is contained in:
@@ -8,9 +8,9 @@ edition = "2018"
|
||||
[dependencies]
|
||||
log = "0.4"
|
||||
parking_lot = "0.9.0"
|
||||
hash-db = "0.15.0"
|
||||
trie-db = "0.15.0"
|
||||
trie-root = "0.15.0"
|
||||
hash-db = "0.15.2"
|
||||
trie-db = "0.15.2"
|
||||
trie-root = "0.15.2"
|
||||
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