diff --git a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml index 48facefaa1a0..0780fa831f7b 100644 --- a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml @@ -195,13 +195,13 @@ std = [ "snowbridge-core/std", "snowbridge-ethereum-client-pallet/std", "snowbridge-inbound-queue-pallet/std", - "snowbridge-outbound-queue-runtime-api/std", "snowbridge-outbound-queue-pallet/std", + "snowbridge-outbound-queue-runtime-api/std", "snowbridge-rococo-common/std", "snowbridge-router-primitives/std", "snowbridge-runtime-common/std", - "snowbridge-system-runtime-api/std", "snowbridge-system-pallet/std", + "snowbridge-system-runtime-api/std", "sp-api/std", "sp-block-builder/std", "sp-consensus-aura/std",