Skip to content

Commit

Permalink
Add try-runtime features for missing pallets
Browse files Browse the repository at this point in the history
  • Loading branch information
ntn-x2 committed May 7, 2024
1 parent 9a69512 commit 032bfba
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 6 deletions.
2 changes: 1 addition & 1 deletion pallets/pallet-deposit-storage/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -58,4 +58,4 @@ runtime-benchmarks = [
"frame-benchmarking/runtime-benchmarks",
"pallet-balances/runtime-benchmarks",
]
try-runtime = []
try-runtime = ["frame-support/try-runtime"]
2 changes: 1 addition & 1 deletion pallets/pallet-dip-provider/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ std = [
"sp-runtime?/std",
]

try-runtime = [ "did/try-runtime", "frame-support/try-runtime", "kilt-support/try-runtime" ]
try-runtime = ["frame-support/try-runtime"]
5 changes: 1 addition & 4 deletions pallets/pallet-relay-store/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,4 @@ runtime-benchmarks = [
"frame-benchmarking",
"sp-runtime/runtime-benchmarks",
]
try-runtime = [
"frame-support/try-runtime",
"frame-system/try-runtime",
]
try-runtime = ["frame-support/try-runtime"]

0 comments on commit 032bfba

Please sign in to comment.