diff --git a/Cargo.lock b/Cargo.lock index 54e8f0dbc9..2482e17b4e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -8017,7 +8017,7 @@ dependencies = [ [[package]] name = "pallet-evm-precompile-xcm" -version = "0.10.0" +version = "0.11.0" dependencies = [ "assert_matches", "astar-primitives", diff --git a/Cargo.toml b/Cargo.toml index 8cc9aa448f..91f625f765 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -255,6 +255,7 @@ polkadot-runtime = { git = "https://github.com/paritytech/polkadot", branch = "r # (wasm) cumulus-pallet-xcm = { git = "https://github.com/paritytech/cumulus", branch = "polkadot-v0.9.43", default-features = false } xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43", default-features = false } +pallet-xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43", default-features = false } xcm-builder = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43", default-features = false } xcm-executor = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43", default-features = false } xcm-simulator = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43", default-features = false } @@ -276,7 +277,6 @@ pallet-collator-selection = { path = "./pallets/collator-selection", default-fea pallet-dapps-staking = { path = "./pallets/dapps-staking", default-features = false } pallet-xc-asset-config = { path = "./pallets/xc-asset-config", default-features = false } pallet-xvm = { path = "./pallets/xvm", default-features = false } -pallet-xcm = { git = "https://github.com/paritytech/polkadot", branch = "release-v0.9.43", default-features = false } pallet-ethereum-checked = { path = "./pallets/ethereum-checked", default-features = false } pallet-dynamic-evm-base-fee = { path = "./pallets/dynamic-evm-base-fee", default-features = false } pallet-unified-accounts = { path = "./pallets/unified-accounts", default-features = false } diff --git a/precompiles/xcm/Cargo.toml b/precompiles/xcm/Cargo.toml index 63df2c623a..49bb2fdbbc 100644 --- a/precompiles/xcm/Cargo.toml +++ b/precompiles/xcm/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "pallet-evm-precompile-xcm" description = "Basic XCM support for EVM." -version = "0.10.0" +version = "0.11.0" authors.workspace = true edition.workspace = true homepage.workspace = true