git.delta.rocks / unique-network / refs/commits / 93a33d63920e

difftreelog

fix try-runtime build

Yaroslav Bolyukin2023-06-01parent: #52f3d47.patch.diff
in: master

3 files changed

modifiedruntime/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',
modifiedruntime/quartz/Cargo.tomldiffbeforeafterboth
140 "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',
modifiedruntime/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',