diff --git a/runtime/battery-station/Cargo.toml b/runtime/battery-station/Cargo.toml index 8805b97c9..854b6a0b9 100644 --- a/runtime/battery-station/Cargo.toml +++ b/runtime/battery-station/Cargo.toml @@ -102,6 +102,7 @@ polkadot-runtime-parachains = { workspace = true, optional = true } rococo-runtime = { workspace = true, optional = true } xcm = { workspace = true, optional = true } xcm-builder = { workspace = true, optional = true } +xcm-emulator = { workspace = true, optional = true } xcm-executor = { workspace = true, optional = true } # Zeitgeist @@ -123,7 +124,6 @@ zrml-swaps-runtime-api = { workspace = true } [dev-dependencies] sp-io = { workspace = true, features = ["default"] } test-case = { workspace = true } -xcm-emulator = { workspace = true } [features] default = ["std"] @@ -160,6 +160,7 @@ parachain = [ "polkadot-runtime-parachains", "rococo-runtime", "xcm-builder", + "xcm-emulator", "xcm-executor", "xcm", diff --git a/runtime/zeitgeist/Cargo.toml b/runtime/zeitgeist/Cargo.toml index 073e0b372..71ac58ec8 100644 --- a/runtime/zeitgeist/Cargo.toml +++ b/runtime/zeitgeist/Cargo.toml @@ -100,6 +100,7 @@ polkadot-runtime = { workspace = true, optional = true } polkadot-runtime-parachains = { workspace = true, optional = true } xcm = { workspace = true, optional = true } xcm-builder = { workspace = true, optional = true } +xcm-emulator = { workspace = true, optional = true } xcm-executor = { workspace = true, optional = true } # Zeitgeist @@ -122,7 +123,6 @@ zrml-swaps-runtime-api = { workspace = true } env_logger = "0.9" sp-io = { workspace = true, features = ["default"] } test-case = { workspace = true } -xcm-emulator = { workspace = true } [features] default = ["std"] @@ -159,6 +159,7 @@ parachain = [ "orml-xtokens", "pallet-xcm", "xcm-builder", + "xcm-emulator", "xcm-executor", "xcm",