From cad48b713656f18acb100f0865dd3dceedcf672b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bastian=20K=C3=B6cher?= Date: Fri, 2 Jun 2023 09:21:49 +0100 Subject: [PATCH] Adds missing features (#2677) --- cumulus/parachains/runtimes/bridge-hubs/test-utils/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/cumulus/parachains/runtimes/bridge-hubs/test-utils/Cargo.toml b/cumulus/parachains/runtimes/bridge-hubs/test-utils/Cargo.toml index ade734b6ce..a19d9ca37d 100644 --- a/cumulus/parachains/runtimes/bridge-hubs/test-utils/Cargo.toml +++ b/cumulus/parachains/runtimes/bridge-hubs/test-utils/Cargo.toml @@ -64,6 +64,8 @@ std = [ "frame-executive/std", "frame-support/std", "frame-system/std", + "bp-bridge-hub-rococo/std", + "bp-bridge-hub-wococo/std", "bp-messages/std", "bp-parachains/std", "bp-polkadot-core/std",