Skip to content
Snippets Groups Projects
Commit 57d04e0f authored by Sebastian Kunert's avatar Sebastian Kunert Committed by GitHub
Browse files

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

parent 75db7f7f
No related merge requests found
......@@ -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",
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment