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

Commit

Permalink
added pallet-proxy in rococo feature dependencies (#3486)
Browse files Browse the repository at this point in the history
  • Loading branch information
dt665m authored Jul 19, 2021
1 parent 0c670d8 commit bcb04dd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/rococo/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ std = [
"pallet-session/std",
"pallet-staking/std",
"pallet-offences/std",
"pallet-proxy/std",
"pallet-timestamp/std",
"pallet-transaction-payment/std",
"pallet-transaction-payment-rpc-runtime-api/std",
Expand Down Expand Up @@ -163,6 +164,7 @@ runtime-benchmarks = [
"pallet-grandpa/runtime-benchmarks",
"pallet-im-online/runtime-benchmarks",
"pallet-indices/runtime-benchmarks",
"pallet-proxy/runtime-benchmarks",
"pallet-staking/runtime-benchmarks",
"pallet-timestamp/runtime-benchmarks",
"pallet-xcm/runtime-benchmarks",
Expand All @@ -183,6 +185,7 @@ try-runtime = [
"pallet-im-online/try-runtime",
"pallet-membership/try-runtime",
"pallet-session/try-runtime",
"pallet-proxy/try-runtime",
"pallet-staking/try-runtime",
"pallet-offences/try-runtime",
"pallet-timestamp/try-runtime",
Expand Down

0 comments on commit bcb04dd

Please sign in to comment.