Skip to content

Commit

Permalink
Propagate features to pallet-migrations
Browse files Browse the repository at this point in the history
  • Loading branch information
keithtensor committed Feb 7, 2025
1 parent c6809c7 commit 87b7a68
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 4 additions & 1 deletion runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ pallet-preimage = { workspace = true }
pallet-safe-mode = { workspace = true }

# Multiblock migrations pallet
pallet-migrations ={ workspace = true }
pallet-migrations = { workspace = true }

# Used for the node subtensor's RPCs
frame-system-rpc-runtime-api = { workspace = true }
Expand Down Expand Up @@ -160,6 +160,7 @@ std = [
"pallet-transaction-payment/std",
"pallet-utility/std",
"pallet-sudo/std",
"pallet-migrations/std",
"pallet-multisig/std",
"pallet-proxy/std",
"pallet-scheduler/std",
Expand Down Expand Up @@ -225,6 +226,7 @@ runtime-benchmarks = [
"pallet-subtensor/runtime-benchmarks",
"pallet-collective/runtime-benchmarks",
"pallet-membership/runtime-benchmarks",
"pallet-migrations/runtime-benchmarks",
"pallet-proxy/runtime-benchmarks",
"pallet-registry/runtime-benchmarks",
"pallet-commitments/runtime-benchmarks",
Expand Down Expand Up @@ -258,6 +260,7 @@ try-runtime = [
"pallet-subtensor/try-runtime",
"pallet-collective/try-runtime",
"pallet-membership/try-runtime",
"pallet-migrations/try-runtime",
"pallet-proxy/try-runtime",
"pallet-multisig/try-runtime",
"pallet-scheduler/try-runtime",
Expand Down

0 comments on commit 87b7a68

Please sign in to comment.