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",