mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-18 09:31:02 +00:00
Allow empty values in the storage (#6364)
* Allow empty values in the storage * Bump trie-bench * Bump trie-bench
This commit is contained in:
@@ -16,7 +16,7 @@ targets = ["x86_64-unknown-linux-gnu"]
|
||||
log = "0.4.8"
|
||||
parking_lot = "0.10.0"
|
||||
hash-db = "0.15.2"
|
||||
trie-db = "0.20.1"
|
||||
trie-db = "0.21.0"
|
||||
trie-root = "0.16.0"
|
||||
sp-trie = { version = "2.0.0-rc3", path = "../trie" }
|
||||
sp-core = { version = "2.0.0-rc3", path = "../core" }
|
||||
|
||||
Reference in New Issue
Block a user