Skip to content
This repository has been archived by the owner on Nov 15, 2023. It is now read-only.

Commit

Permalink
Fix Cargo.toml files
Browse files Browse the repository at this point in the history
Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
  • Loading branch information
ggwpez committed Aug 24, 2023
1 parent 75718bf commit 9c8b9f1
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pallets/collator-selection/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -61,3 +61,5 @@ std = [
]

try-runtime = [ "frame-support/try-runtime" ]

experimental = [ "pallet-aura/experimental" ]
2 changes: 2 additions & 0 deletions parachain-template/runtime/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -162,3 +162,5 @@ try-runtime = [
"pallet-xcm/try-runtime",
"parachain-info/try-runtime",
]

experimental = [ "pallet-aura/experimental" ]
2 changes: 2 additions & 0 deletions parachains/runtimes/assets/asset-hub-kusama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -210,3 +210,5 @@ std = [
"assets-common/std",
"substrate-wasm-builder",
]

experimental = [ "pallet-aura/experimental" ]
2 changes: 2 additions & 0 deletions parachains/runtimes/assets/asset-hub-polkadot/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -190,3 +190,5 @@ std = [
"assets-common/std",
"substrate-wasm-builder",
]

experimental = [ "pallet-aura/experimental" ]
2 changes: 2 additions & 0 deletions parachains/runtimes/assets/asset-hub-westend/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -200,3 +200,5 @@ std = [
"assets-common/std",
"substrate-wasm-builder",
]

experimental = [ "pallet-aura/experimental" ]
2 changes: 2 additions & 0 deletions parachains/runtimes/bridge-hubs/bridge-hub-kusama/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,5 @@ try-runtime = [
"pallet-xcm/try-runtime",
"parachain-info/try-runtime",
]

experimental = [ "pallet-aura/experimental" ]
Original file line number Diff line number Diff line change
Expand Up @@ -169,3 +169,5 @@ try-runtime = [
"pallet-xcm/try-runtime",
"parachain-info/try-runtime",
]

experimental = [ "pallet-aura/experimental" ]
2 changes: 2 additions & 0 deletions parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -214,3 +214,5 @@ try-runtime = [
"pallet-xcm/try-runtime",
"parachain-info/try-runtime",
]

experimental = [ "pallet-aura/experimental" ]
Original file line number Diff line number Diff line change
Expand Up @@ -198,3 +198,5 @@ std = [
"pallet-core-fellowship/std",
"pallet-salary/std",
]

experimental = [ "pallet-aura/experimental" ]
2 changes: 2 additions & 0 deletions parachains/runtimes/contracts/contracts-rococo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -176,3 +176,5 @@ try-runtime = [
"pallet-xcm/try-runtime",
"parachain-info/try-runtime",
]

experimental = [ "pallet-aura/experimental" ]
2 changes: 2 additions & 0 deletions parachains/runtimes/testing/penpal/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -167,3 +167,5 @@ try-runtime = [
"pallet-xcm/try-runtime",
"parachain-info/try-runtime",
]

experimental = [ "pallet-aura/experimental" ]
2 changes: 2 additions & 0 deletions parachains/runtimes/testing/rococo-parachain/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -107,3 +107,5 @@ runtime-benchmarks = [
"pallet-xcm/runtime-benchmarks",
"xcm-builder/runtime-benchmarks",
]

experimental = [ "pallet-aura/experimental" ]

0 comments on commit 9c8b9f1

Please sign in to comment.