Skip to content

Commit 474c0a3

Browse files
committed
Add try-runtime features for missing pallets
1 parent f42e7aa commit 474c0a3

File tree

3 files changed

+3
-6
lines changed

3 files changed

+3
-6
lines changed

pallets/pallet-deposit-storage/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,4 +58,4 @@ runtime-benchmarks = [
5858
"frame-benchmarking/runtime-benchmarks",
5959
"pallet-balances/runtime-benchmarks",
6060
]
61-
try-runtime = []
61+
try-runtime = ["frame-support/try-runtime"]

pallets/pallet-dip-provider/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ std = [
5757
"sp-runtime?/std",
5858
]
5959

60-
try-runtime = [ "did/try-runtime", "frame-support/try-runtime", "kilt-support/try-runtime" ]
60+
try-runtime = ["frame-support/try-runtime"]

pallets/pallet-relay-store/Cargo.toml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,4 @@ runtime-benchmarks = [
5555
"frame-benchmarking",
5656
"sp-runtime/runtime-benchmarks",
5757
]
58-
try-runtime = [
59-
"frame-support/try-runtime",
60-
"frame-system/try-runtime",
61-
]
58+
try-runtime = ["frame-support/try-runtime"]

0 commit comments

Comments
 (0)