git.delta.rocks / unique-network / refs/commits / af3520d6a5d1

difftreelog

fix pallet-test-utils try-runtime

Daniel Shiposha2022-10-31parent: #da6f0cd.patch.diff
in: master

3 files changed

modifiedruntime/opal/Cargo.tomldiffbeforeafterboth
--- a/runtime/opal/Cargo.toml
+++ b/runtime/opal/Cargo.toml
@@ -88,6 +88,7 @@
     'pallet-evm-contract-helpers/try-runtime',
     'pallet-evm-transaction-payment/try-runtime',
     'pallet-evm-migration/try-runtime',
+    'pallet-test-utils?/try-runtime',
 ]
 std = [
     'codec/std',
deletedtest-pallets/utils/Cargo.lockdiffbeforeafterboth

no changes

modifiedtest-pallets/utils/Cargo.tomldiffbeforeafterboth
--- a/test-pallets/utils/Cargo.toml
+++ b/test-pallets/utils/Cargo.toml
@@ -21,3 +21,4 @@
 	"frame-system/std",
 	"pallet-unique-scheduler/std",
 ]
+try-runtime = ["frame-support/try-runtime", "pallet-unique-scheduler/try-runtime"]