From c6ce627273881c478f5b34f23d3a67db632dbebf Mon Sep 17 00:00:00 2001 From: Oliver Tale-Yazdi Date: Sun, 27 Aug 2023 19:21:38 +0200 Subject: [PATCH] Add some duplicates Signed-off-by: Oliver Tale-Yazdi --- cumulus/parachains/integration-tests/emulated/common/Cargo.toml | 1 + cumulus/parachains/runtimes/assets/asset-hub-kusama/Cargo.toml | 1 + 2 files changed, 2 insertions(+) diff --git a/cumulus/parachains/integration-tests/emulated/common/Cargo.toml b/cumulus/parachains/integration-tests/emulated/common/Cargo.toml index d27e809e51bc..e11719bad039 100644 --- a/cumulus/parachains/integration-tests/emulated/common/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/common/Cargo.toml @@ -94,6 +94,7 @@ runtime-benchmarks = [ "polkadot-runtime-parachains/runtime-benchmarks", "polkadot-runtime/runtime-benchmarks", "polkadot-service/runtime-benchmarks", + "polkadot-service/runtime-benchmarks", "rococo-runtime/runtime-benchmarks", "sp-runtime/runtime-benchmarks", "westend-runtime/runtime-benchmarks", diff --git a/cumulus/parachains/runtimes/assets/asset-hub-kusama/Cargo.toml b/cumulus/parachains/runtimes/assets/asset-hub-kusama/Cargo.toml index d45ec36681c9..3dc9effdf9dd 100644 --- a/cumulus/parachains/runtimes/assets/asset-hub-kusama/Cargo.toml +++ b/cumulus/parachains/runtimes/assets/asset-hub-kusama/Cargo.toml @@ -165,6 +165,7 @@ std = [ "cumulus-pallet-parachain-system/std", "cumulus-pallet-session-benchmarking/std", "cumulus-pallet-xcm/std", + "cumulus-pallet-xcm/std", "cumulus-pallet-xcmp-queue/std", "cumulus-primitives-core/std", "cumulus-primitives-utility/std",