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
143 "pallet-identity/try-runtime",143 "pallet-identity/try-runtime",
144 "pallet-preimage/try-runtime",144 "pallet-preimage/try-runtime",
145 "pallet-session/try-runtime",145 "pallet-session/try-runtime",
146 "pallet-state-trie-migration/try-runtime",
146 'cumulus-pallet-aura-ext/try-runtime',147 'cumulus-pallet-aura-ext/try-runtime',
147 'cumulus-pallet-dmp-queue/try-runtime',148 'cumulus-pallet-dmp-queue/try-runtime',
148 'cumulus-pallet-parachain-system/try-runtime',149 'cumulus-pallet-parachain-system/try-runtime',
modifiedruntime/quartz/Cargo.tomldiffbeforeafterboth
--- a/runtime/quartz/Cargo.toml
+++ b/runtime/quartz/Cargo.toml
@@ -140,6 +140,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/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',