diff --git a/relay/kusama/Cargo.toml b/relay/kusama/Cargo.toml index e4122da007..888eaddd60 100644 --- a/relay/kusama/Cargo.toml +++ b/relay/kusama/Cargo.toml @@ -112,7 +112,7 @@ runtime-parachains = { package = "polkadot-runtime-parachains", default-features primitives = { package = "polkadot-primitives", default-features = false , version = "4.0.0" } xcm = { package = "staging-xcm", default-features = false , version = "4.0.0" } -xcm-executor = { package = "staging-xcm-executor", default-features = false , version = "4.0.1" } +xcm-executor = { package = "staging-xcm-executor", default-features = false , version = "4.0.1-dev.1" } xcm-builder = { package = "staging-xcm-builder", default-features = false , version = "4.0.0" } sp-debug-derive = { default-features = false, version = "10.0.0" }