From 864f2f3992d56474d0937ef8954a767457034fa3 Mon Sep 17 00:00:00 2001 From: Branislav Kontur Date: Thu, 19 Oct 2023 13:15:30 +0200 Subject: [PATCH] Backport from `polkadot-sdk` with actual master (#2633) (#2638) * Backport from `polkadot-sdk` * lingua stuff * Fixes * Fix * Features? * Fix - v5 -> v6 * zepter format features * try zepter with CI * Fix imports * Fix * Fix * Fix * Revert zepther pipeline --- bridges/modules/messages/Cargo.toml | 7 ++----- bridges/modules/xcm-bridge-hub/Cargo.toml | 1 - 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/bridges/modules/messages/Cargo.toml b/bridges/modules/messages/Cargo.toml index 86cb954b05fbe..e88749087a4c9 100644 --- a/bridges/modules/messages/Cargo.toml +++ b/bridges/modules/messages/Cargo.toml @@ -55,7 +55,7 @@ std = [ "scale-info/std", "sp-runtime/std", "sp-std/std", - "sp-trie/std" + "sp-trie/std", ] runtime-benchmarks = [ "bp-runtime/test-helpers", @@ -71,7 +71,4 @@ try-runtime = [ "pallet-balances/try-runtime", "sp-runtime/try-runtime", ] -test-helpers = [ - "sp-trie", - "bp-runtime/test-helpers" -] +test-helpers = ["bp-runtime/test-helpers", "sp-trie"] diff --git a/bridges/modules/xcm-bridge-hub/Cargo.toml b/bridges/modules/xcm-bridge-hub/Cargo.toml index 92701ebba5b8c..011f8bd796330 100644 --- a/bridges/modules/xcm-bridge-hub/Cargo.toml +++ b/bridges/modules/xcm-bridge-hub/Cargo.toml @@ -54,7 +54,6 @@ std = [ "sp-core/std", "sp-runtime/std", "sp-std/std", - "xcm/std", "xcm-builder/std", "xcm-executor/std", "xcm/std",