mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 23:21:06 +00:00
Update trie-db version to 0.28.0 (#1522)
This PR updates: - trie-db from 0.27.1 to 0.28.0 - trie-bench from 0.37.0 to 0.38.0 (deb-dependency) While at it, also adapts the recorder to take into account the newly added `TrieAccess::InlineValue`. Needed by: - https://github.com/paritytech/polkadot-sdk/pull/1153 @paritytech/subxt-team --------- Signed-off-by: Alexandru Vasile <alexandru.vasile@parity.io> Co-authored-by: Bastian Köcher <git@kchr.de>
This commit is contained in:
@@ -27,7 +27,7 @@ sp-externalities = { path = "../externalities", default-features = false}
|
||||
sp-panic-handler = { path = "../panic-handler", optional = true}
|
||||
sp-std = { path = "../std", default-features = false}
|
||||
sp-trie = { path = "../trie", default-features = false}
|
||||
trie-db = { version = "0.27.1", default-features = false }
|
||||
trie-db = { version = "0.28.0", default-features = false }
|
||||
|
||||
[dev-dependencies]
|
||||
array-bytes = "6.1"
|
||||
|
||||
Reference in New Issue
Block a user