diff --git a/runtime/litentry/Cargo.toml b/runtime/litentry/Cargo.toml index 046896b20f..ca9e749be4 100644 --- a/runtime/litentry/Cargo.toml +++ b/runtime/litentry/Cargo.toml @@ -124,6 +124,7 @@ runtime-common = { workspace = true, features = ["tests"] } sp-state-machine = { workspace = true, features = ["std"] } xcm-simulator = { workspace = true } pallet-message-queue = { workspace = true, features = ["std"] } +pallet-bridge-common = { workspace = true, features = ["std"] } [build-dependencies] substrate-wasm-builder = { workspace = true } diff --git a/runtime/rococo/Cargo.toml b/runtime/rococo/Cargo.toml index f63e5a0252..3f93e46f63 100644 --- a/runtime/rococo/Cargo.toml +++ b/runtime/rococo/Cargo.toml @@ -124,6 +124,7 @@ runtime-common = { workspace = true, features = ["tests"] } sp-state-machine = { workspace = true, features = ["std"] } xcm-simulator = { workspace = true } pallet-message-queue = { workspace = true, features = ["std"] } +pallet-bridge-common = { workspace = true, features = ["std"] } [build-dependencies] substrate-wasm-builder = { workspace = true }