Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fix: runtime tomls
  • Loading branch information
wischli committed Oct 17, 2022
commit 4353b6bcb3df479c639b516054512fe6420414f0
13 changes: 7 additions & 6 deletions runtimes/clone/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -89,10 +89,8 @@ default = ["std"]
# in WASM.
fast-gov = ["runtime-common/fast-gov"]
runtime-benchmarks = [
"pallet-collator-selection/runtime-benchmarks",
"cumulus-pallet-session-benchmarking",
"cumulus-pallet-session-benchmarking/runtime-benchmarks",
"frame-benchmarking/runtime-benchmarks",
"frame-support/runtime-benchmarks",
"frame-system-benchmarking",
"frame-system/runtime-benchmarks",
Expand All @@ -106,19 +104,17 @@ runtime-benchmarks = [
"xcm-builder/runtime-benchmarks",
]
std = [
"cumulus-pallet-solo-to-para/std",
"pallet-sudo/std",
"pallet-collator-selection/std",
"codec/std",
"cumulus-pallet-aura-ext/std",
"cumulus-pallet-dmp-queue/std",
"cumulus-pallet-parachain-system/std",
"cumulus-pallet-solo-to-para/std",
"cumulus-pallet-xcm/std",
"cumulus-pallet-xcmp-queue/std",
"cumulus-primitives-core/std",
"cumulus-primitives-timestamp/std",
"cumulus-primitives-utility/std",
"did-rpc-runtime-api/std",
"frame-benchmarking/std",
"frame-executive/std",
"frame-support/std",
"frame-system-rpc-runtime-api/std",
Expand All @@ -128,12 +124,15 @@ std = [
"pallet-aura/std",
"pallet-authorship/std",
"pallet-balances/std",
"pallet-collator-selection/std",
"pallet-did-lookup/std",
"pallet-session/std",
"pallet-sudo/std",
"pallet-timestamp/std",
"pallet-transaction-payment-rpc-runtime-api/std",
"pallet-transaction-payment/std",
"pallet-utility/std",
"pallet-xcm/std",
"parachain-info/std",
"polkadot-parachain/std",
"runtime-common/std",
Expand Down Expand Up @@ -169,8 +168,10 @@ try-runtime = [
"pallet-aura/try-runtime",
"pallet-authorship/try-runtime",
"pallet-balances/try-runtime",
"pallet-collator-selection/try-runtime",
"pallet-did-lookup/try-runtime",
"pallet-session/try-runtime",
"pallet-sudo/try-runtime",
"pallet-timestamp/try-runtime",
"pallet-transaction-payment/try-runtime",
"pallet-utility/try-runtime",
Expand Down
5 changes: 5 additions & 0 deletions runtimes/peregrine/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -150,6 +150,7 @@ std = [
"cumulus-pallet-xcmp-queue/std",
"cumulus-primitives-core/std",
"cumulus-primitives-timestamp/std",
"cumulus-primitives-utility/std",
"delegation/std",
"did-rpc-runtime-api/std",
"did/std",
Expand All @@ -159,6 +160,7 @@ std = [
"frame-system-rpc-runtime-api/std",
"frame-system/std",
"frame-try-runtime/std",
"kilt-support/std",
"log/std",
"pallet-aura/std",
"pallet-authorship/std",
Expand All @@ -183,6 +185,7 @@ std = [
"pallet-utility/std",
"pallet-vesting/std",
"pallet-web3-names/std",
"pallet-xcm/std",
"parachain-info/std",
"parachain-staking/std",
"polkadot-parachain/std",
Expand Down Expand Up @@ -219,13 +222,15 @@ try-runtime = [
"frame-support/try-runtime",
"frame-system/try-runtime",
"frame-try-runtime",
"kilt-support/try-runtime",
"pallet-aura/try-runtime",
"pallet-authorship/try-runtime",
"pallet-balances/try-runtime",
"pallet-collective/try-runtime",
"pallet-democracy/try-runtime",
"pallet-did-lookup/try-runtime",
"pallet-indices/try-runtime",
"pallet-inflation/try-runtime",
"pallet-membership/try-runtime",
"pallet-preimage/try-runtime",
"pallet-proxy/try-runtime",
Expand Down
4 changes: 4 additions & 0 deletions runtimes/spiritnet/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,7 @@ std = [
"cumulus-pallet-xcmp-queue/std",
"cumulus-primitives-core/std",
"cumulus-primitives-timestamp/std",
"cumulus-primitives-utility/std",
"delegation/std",
"did-rpc-runtime-api/std",
"did/std",
Expand Down Expand Up @@ -182,6 +183,7 @@ std = [
"pallet-utility/std",
"pallet-vesting/std",
"pallet-web3-names/std",
"pallet-xcm/std",
"parachain-info/std",
"parachain-staking/std",
"polkadot-parachain/std",
Expand Down Expand Up @@ -218,13 +220,15 @@ try-runtime = [
"frame-support/try-runtime",
"frame-system/try-runtime",
"frame-try-runtime",
"kilt-support/try-runtime",
"pallet-aura/try-runtime",
"pallet-authorship/try-runtime",
"pallet-balances/try-runtime",
"pallet-collective/try-runtime",
"pallet-democracy/try-runtime",
"pallet-did-lookup/try-runtime",
"pallet-indices/try-runtime",
"pallet-inflation/try-runtime",
"pallet-membership/try-runtime",
"pallet-preimage/try-runtime",
"pallet-proxy/try-runtime",
Expand Down