Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
parity
Mirrored projects
polkadot
Commits
bcb04dd3
Unverified
Commit
bcb04dd3
authored
Jul 18, 2021
by
Denis Tsai
Committed by
GitHub
Jul 19, 2021
Browse files
added pallet-proxy in rococo feature dependencies (#3486)
parent
0c670d82
Pipeline
#147812
passed with stages
in 33 minutes and 56 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
runtime/rococo/Cargo.toml
View file @
bcb04dd3
...
...
@@ -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"
,
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment