Add missing features in rococo Cargo.toml (#887)

This commit is contained in:
Sebastian Kunert
2022-01-05 14:30:47 +01:00
committed by GitHub
parent 75db7f7f7e
commit 57d04e0fc8
2 changed files with 3 additions and 0 deletions
+1
View File
@@ -8,6 +8,7 @@ members = [
"client/pov-recovery",
"client/service",
"client/relay-chain-interface",
"client/relay-chain-local",
"pallets/aura-ext",
"pallets/collator-selection",
"pallets/dmp-queue",
@@ -82,11 +82,13 @@ std = [
"frame-support/std",
"frame-executive/std",
"frame-system/std",
"frame-system-rpc-runtime-api/std",
"pallet-assets/std",
"pallet-balances/std",
"pallet-timestamp/std",
"pallet-sudo/std",
"pallet-transaction-payment/std",
"pallet-transaction-payment-rpc-runtime-api/std",
"parachain-info/std",
"parachains-common/std",
"cumulus-pallet-aura-ext/std",