difftreelog
fix try-runtime build
in: master
3 files changed
runtime/opal/Cargo.tomldiffbeforeafterboth--- a/runtime/opal/Cargo.toml
+++ b/runtime/opal/Cargo.toml
@@ -143,6 +143,7 @@
"pallet-identity/try-runtime",
"pallet-preimage/try-runtime",
"pallet-session/try-runtime",
+ "pallet-state-trie-migration/try-runtime",
'cumulus-pallet-aura-ext/try-runtime',
'cumulus-pallet-dmp-queue/try-runtime',
'cumulus-pallet-parachain-system/try-runtime',
runtime/quartz/Cargo.tomldiffbeforeafterboth140 "pallet-identity/try-runtime",140 "pallet-identity/try-runtime",141 "pallet-preimage/try-runtime",141 "pallet-preimage/try-runtime",142 "pallet-session/try-runtime",142 "pallet-session/try-runtime",143 "pallet-state-trie-migration/try-runtime",143 'cumulus-pallet-aura-ext/try-runtime',144 'cumulus-pallet-aura-ext/try-runtime',144 'cumulus-pallet-dmp-queue/try-runtime',145 'cumulus-pallet-dmp-queue/try-runtime',145 'cumulus-pallet-parachain-system/try-runtime',146 'cumulus-pallet-parachain-system/try-runtime',runtime/unique/Cargo.tomldiffbeforeafterboth--- a/runtime/unique/Cargo.toml
+++ b/runtime/unique/Cargo.toml
@@ -138,6 +138,7 @@
"pallet-identity/try-runtime",
"pallet-preimage/try-runtime",
"pallet-session/try-runtime",
+ "pallet-state-trie-migration/try-runtime",
'cumulus-pallet-aura-ext/try-runtime',
'cumulus-pallet-dmp-queue/try-runtime',
'cumulus-pallet-parachain-system/try-runtime',