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