Skip to content

Commit

Permalink
downgrade trie-db back to 0.29 to match sdk
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshOrndorff committed Apr 16, 2024
1 parent 9be178f commit 6702cd7
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 29 deletions.
44 changes: 16 additions & 28 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ sp-externalities = { branch = "tuxedo-v1.5.0", default_features = false, git = "
sp-state-machine = { branch = "tuxedo-v1.5.0", default_features = false, git = "https://github.com/Off-Narrative-Labs/polkadot-sdk" }
sp-tracing = { branch = "tuxedo-v1.5.0", default_features = false, git = "https://github.com/Off-Narrative-Labs/polkadot-sdk" }
sp-trie = { branch = "tuxedo-v1.5.0", default_features = false, git = "https://github.com/Off-Narrative-Labs/polkadot-sdk" }
trie-db = { version = "0.29.0", default-features = false }
trie-db = { version = "0.28.0", default-features = false }

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

0 comments on commit 6702cd7

Please sign in to comment.