From bd45a320301da0d067d8b6ae6647028f8370f8fb Mon Sep 17 00:00:00 2001 From: muharem Date: Mon, 3 Jul 2023 14:51:39 +0200 Subject: [PATCH] enable features for asset-rate pallet --- runtime/kusama/Cargo.toml | 3 +++ runtime/polkadot/Cargo.toml | 3 +++ 2 files changed, 6 insertions(+) diff --git a/runtime/kusama/Cargo.toml b/runtime/kusama/Cargo.toml index 704fda5a3fb8..64926d51ebf4 100644 --- a/runtime/kusama/Cargo.toml +++ b/runtime/kusama/Cargo.toml @@ -203,6 +203,7 @@ std = [ "xcm-executor/std", "xcm-builder/std", "frame-election-provider-support/std", + "pallet-asset-rate/std", ] runtime-benchmarks = [ "runtime-common/runtime-benchmarks", @@ -254,6 +255,7 @@ runtime-benchmarks = [ "pallet-bags-list/runtime-benchmarks", "runtime-parachains/runtime-benchmarks", "pallet-xcm-benchmarks/runtime-benchmarks", + "pallet-asset-rate/runtime-benchmarks", ] try-runtime = [ "frame-executive/try-runtime", @@ -300,6 +302,7 @@ try-runtime = [ "pallet-babe/try-runtime", "pallet-xcm/try-runtime", "runtime-common/try-runtime", + "pallet-asset-rate/try-runtime", ] # When enabled, the runtime API will not be build. # diff --git a/runtime/polkadot/Cargo.toml b/runtime/polkadot/Cargo.toml index 8e95cc507ffc..ca268eacc504 100644 --- a/runtime/polkadot/Cargo.toml +++ b/runtime/polkadot/Cargo.toml @@ -195,6 +195,7 @@ std = [ "xcm/std", "xcm-executor/std", "xcm-builder/std", + "pallet-asset-rate/std", ] runtime-benchmarks = [ "runtime-common/runtime-benchmarks", @@ -242,6 +243,7 @@ runtime-benchmarks = [ "xcm-builder/runtime-benchmarks", "frame-election-provider-support/runtime-benchmarks", "runtime-parachains/runtime-benchmarks", + "pallet-asset-rate/runtime-benchmarks", ] try-runtime = [ "frame-executive/try-runtime", @@ -284,6 +286,7 @@ try-runtime = [ "pallet-whitelist/try-runtime", "pallet-utility/try-runtime", "pallet-xcm/try-runtime", + "pallet-asset-rate/try-runtime", ] # When enabled, the runtime API will not be build. #