From 633dfbcfb0017a5d959e9f18678f4ef4870f57b5 Mon Sep 17 00:00:00 2001 From: Denis Tsai Date: Sun, 18 Jul 2021 23:52:27 -0700 Subject: [PATCH] added pallet-proxy in rococo feature dependencies (#3486) --- polkadot/runtime/rococo/Cargo.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/polkadot/runtime/rococo/Cargo.toml b/polkadot/runtime/rococo/Cargo.toml index abee70185a..183c20cb14 100644 --- a/polkadot/runtime/rococo/Cargo.toml +++ b/polkadot/runtime/rococo/Cargo.toml @@ -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", @@ -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", @@ -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",