Skip to content

Commit 6702cd7

Browse files
committed
downgrade trie-db back to 0.29 to match sdk
1 parent 9be178f commit 6702cd7

File tree

2 files changed

+17
-29
lines changed

2 files changed

+17
-29
lines changed

Cargo.lock

+16-28
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ sp-externalities = { branch = "tuxedo-v1.5.0", default_features = false, git = "
127127
sp-state-machine = { branch = "tuxedo-v1.5.0", default_features = false, git = "https://github.com/Off-Narrative-Labs/polkadot-sdk" }
128128
sp-tracing = { branch = "tuxedo-v1.5.0", default_features = false, git = "https://github.com/Off-Narrative-Labs/polkadot-sdk" }
129129
sp-trie = { branch = "tuxedo-v1.5.0", default_features = false, git = "https://github.com/Off-Narrative-Labs/polkadot-sdk" }
130-
trie-db = { version = "0.29.0", default-features = false }
130+
trie-db = { version = "0.28.0", default-features = false }
131131

132132
# We need to depend on this explicitly so we can enable the "full-node" feature
133133
# See https://github.com/paritytech/polkadot-sdk/issues/2551 for more details

0 commit comments

Comments
 (0)