Skip to content
Snippets Groups Projects
Unverified Commit 35d140a3 authored by Oliver Tale-Yazdi's avatar Oliver Tale-Yazdi
Browse files

Remove duplicates


Signed-off-by: default avatarOliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
parent ef246651
Branches
No related merge requests found
......@@ -51,7 +51,6 @@ std = [
"assets-common/std",
"cumulus-pallet-dmp-queue/std",
"cumulus-pallet-parachain-system/std",
"cumulus-pallet-parachain-system/std",
"cumulus-pallet-xcmp-queue/std",
"cumulus-primitives-core/std",
"cumulus-primitives-parachain-inherent/std",
......
......@@ -51,7 +51,6 @@ std = [
"assets-common/std",
"cumulus-pallet-dmp-queue/std",
"cumulus-pallet-parachain-system/std",
"cumulus-pallet-parachain-system/std",
"cumulus-pallet-xcmp-queue/std",
"cumulus-primitives-core/std",
"cumulus-primitives-parachain-inherent/std",
......
......@@ -113,7 +113,6 @@ runtime-benchmarks = [
"bridge-hub-rococo-runtime/runtime-benchmarks",
"collectives-polkadot-runtime/runtime-benchmarks",
"contracts-rococo-runtime/runtime-benchmarks",
"contracts-rococo-runtime/runtime-benchmarks",
"penpal-runtime/runtime-benchmarks",
"polkadot-service/runtime-benchmarks",
"rococo-parachain-runtime/runtime-benchmarks",
......
......@@ -49,7 +49,6 @@ std = [
"frame-system/std",
"pallet-balances/std",
"pallet-glutton/std",
"pallet-glutton/std",
"pallet-sudo/std",
"pallet-timestamp/std",
"pallet-transaction-payment/std",
......
......@@ -17,7 +17,6 @@ default = [ "std" ]
std = [
"parity-scale-codec/std",
"scale-info/std",
"scale-info/std",
"sp-core/std",
"sp-runtime/std",
"sp-std/std",
......
......@@ -184,7 +184,6 @@ std = [
"serde_derive",
"sp-api/std",
"sp-arithmetic/std",
"sp-arithmetic/std",
"sp-core/std",
"sp-mmr-primitives/std",
"sp-npos-elections/std",
......
......@@ -188,7 +188,6 @@ runtime-benchmarks = [
"frame-support/runtime-benchmarks",
"frame-system-benchmarking/runtime-benchmarks",
"frame-system/runtime-benchmarks",
"frame-system/runtime-benchmarks",
"pallet-babe/runtime-benchmarks",
"pallet-balances/runtime-benchmarks",
"pallet-bounties/runtime-benchmarks",
......
......@@ -51,7 +51,6 @@ std = [
runtime-benchmarks = [
"frame-benchmarking/runtime-benchmarks",
"frame-support/runtime-benchmarks",
"frame-support/runtime-benchmarks",
"frame-system/runtime-benchmarks",
"pallet-balances/runtime-benchmarks",
"pallet-scheduler/runtime-benchmarks",
......
......@@ -56,7 +56,6 @@ std = [
"frame-support/std",
"frame-system/std",
"log/std",
"log/std",
"pallet-balances/std",
"pallet-election-provider-support-benchmarking?/std",
"rand/std",
......
......@@ -51,7 +51,6 @@ std = [
"sp-core/std",
"sp-io/std",
"sp-runtime/std",
"sp-runtime/std",
"sp-std/std",
]
runtime-benchmarks = [
......
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