From df93d915d544464915e62d0c688ee2bcba135237 Mon Sep 17 00:00:00 2001 From: Morgan Adamiec Date: Wed, 21 Feb 2024 13:11:16 +0000 Subject: [PATCH] Bump versions --- Plan.toml | 26 +++++++++---------- bridges/modules/xcm-bridge-hub/Cargo.toml | 2 +- .../pallets/inbound-queue/Cargo.toml | 2 +- .../parachain/pallets/system/Cargo.toml | 2 +- .../parachain/primitives/router/Cargo.toml | 2 +- .../runtime/runtime-common/Cargo.toml | 2 +- .../parachain/runtime/test-common/Cargo.toml | 4 +-- cumulus/pallets/xcmp-queue/Cargo.toml | 2 +- cumulus/parachain-template/runtime/Cargo.toml | 2 +- cumulus/parachains/common/Cargo.toml | 2 +- .../emulated/common/Cargo.toml | 2 +- .../tests/assets/asset-hub-rococo/Cargo.toml | 4 +-- .../tests/assets/asset-hub-westend/Cargo.toml | 4 +-- .../bridges/bridge-hub-rococo/Cargo.toml | 2 +- .../bridges/bridge-hub-westend/Cargo.toml | 2 +- .../tests/people/people-rococo/Cargo.toml | 4 +-- .../tests/people/people-westend/Cargo.toml | 4 +-- .../assets/asset-hub-rococo/Cargo.toml | 4 +-- .../assets/asset-hub-westend/Cargo.toml | 4 +-- .../runtimes/assets/common/Cargo.toml | 2 +- .../runtimes/assets/test-utils/Cargo.toml | 4 +-- .../bridge-hubs/bridge-hub-rococo/Cargo.toml | 4 +-- .../bridge-hubs/bridge-hub-westend/Cargo.toml | 4 +-- .../bridge-hubs/test-utils/Cargo.toml | 4 +-- .../collectives-westend/Cargo.toml | 2 +- .../contracts/contracts-rococo/Cargo.toml | 2 +- .../coretime/coretime-rococo/Cargo.toml | 4 +-- .../coretime/coretime-westend/Cargo.toml | 4 +-- .../glutton/glutton-westend/Cargo.toml | 2 +- .../runtimes/people/people-rococo/Cargo.toml | 4 +-- .../runtimes/people/people-westend/Cargo.toml | 4 +-- .../runtimes/starters/shell/Cargo.toml | 2 +- .../parachains/runtimes/test-utils/Cargo.toml | 2 +- .../runtimes/testing/penpal/Cargo.toml | 2 +- .../testing/rococo-parachain/Cargo.toml | 2 +- cumulus/polkadot-parachain/Cargo.toml | 2 +- cumulus/primitives/utility/Cargo.toml | 4 +-- cumulus/xcm/xcm-emulator/Cargo.toml | 2 +- polkadot/runtime/common/Cargo.toml | 4 +-- polkadot/runtime/parachains/Cargo.toml | 2 +- polkadot/runtime/rococo/Cargo.toml | 4 +-- polkadot/runtime/test-runtime/Cargo.toml | 2 +- polkadot/runtime/westend/Cargo.toml | 4 +-- polkadot/xcm/pallet-xcm-benchmarks/Cargo.toml | 4 +-- polkadot/xcm/pallet-xcm/Cargo.toml | 2 +- polkadot/xcm/xcm-builder/Cargo.toml | 2 +- polkadot/xcm/xcm-executor/Cargo.toml | 2 +- .../xcm-executor/integration-tests/Cargo.toml | 2 +- polkadot/xcm/xcm-simulator/Cargo.toml | 2 +- polkadot/xcm/xcm-simulator/example/Cargo.toml | 2 +- polkadot/xcm/xcm-simulator/fuzzer/Cargo.toml | 2 +- .../frame/contracts/mock-network/Cargo.toml | 2 +- 52 files changed, 84 insertions(+), 84 deletions(-) diff --git a/Plan.toml b/Plan.toml index acd79895a63e..1c781b5f152b 100644 --- a/Plan.toml +++ b/Plan.toml @@ -1,5 +1,5 @@ # generated by parity-publish v0.3.0 -# command: parity-publish plan --patch ../polkadot-sdk polkadot-parachain-bin +# command: parity-publish plan --patch ../polkadot-sdk pallet-xcm-benchmarks [[crate]] # substrate/utils/binary-merkle-tree @@ -1813,10 +1813,10 @@ reason = "changed" [[crate]] # polkadot/xcm/xcm-executor name = "staging-xcm-executor" -from = "7.0.3" -to = "8.0.0" -bump = "major" -reason = "changed" +from = "8.0.0" +to = "8.0.1" +bump = "minor" +reason = "bumped by --patch" [[crate]] # bridges/primitives/messages @@ -2197,10 +2197,10 @@ reason = "changed" [[crate]] # polkadot/xcm/pallet-xcm-benchmarks name = "pallet-xcm-benchmarks" -from = "7.0.3" -to = "8.0.0" -bump = "major" -reason = "changed" +from = "8.0.0" +to = "8.0.1" +bump = "minor" +reason = "bumped by --patch" [[crate]] # bridges/modules/xcm-bridge-hub-router @@ -2933,10 +2933,10 @@ reason = "changed" [[crate]] # cumulus/parachains/runtimes/assets/test-utils name = "asset-test-utils" -from = "7.0.0" -to = "8.0.0" -bump = "major" -reason = "changed" +from = "8.0.0" +to = "8.0.1" +bump = "minor" +reason = "bumped by --patch" [[crate]] # cumulus/parachains/runtimes/assets/common diff --git a/bridges/modules/xcm-bridge-hub/Cargo.toml b/bridges/modules/xcm-bridge-hub/Cargo.toml index 9d8f0ce9347e..a4f9a2149615 100644 --- a/bridges/modules/xcm-bridge-hub/Cargo.toml +++ b/bridges/modules/xcm-bridge-hub/Cargo.toml @@ -31,7 +31,7 @@ sp-std = { path = "../../../substrate/primitives/std", default-features = false, # Polkadot Dependencies xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false, version = "8.0.0" } xcm-builder = { package = "staging-xcm-builder", path = "../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" } [dev-dependencies] bp-header-chain = { path = "../../primitives/header-chain" } diff --git a/bridges/snowbridge/parachain/pallets/inbound-queue/Cargo.toml b/bridges/snowbridge/parachain/pallets/inbound-queue/Cargo.toml index 3b342fce43cf..27c9e149c3ed 100644 --- a/bridges/snowbridge/parachain/pallets/inbound-queue/Cargo.toml +++ b/bridges/snowbridge/parachain/pallets/inbound-queue/Cargo.toml @@ -36,7 +36,7 @@ sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-fea xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "8.0.0" } xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" } snowbridge-core = { path = "../../primitives/core", default-features = false, version = "0.1.0" } snowbridge-ethereum = { path = "../../primitives/ethereum", default-features = false, version = "0.2.0" } diff --git a/bridges/snowbridge/parachain/pallets/system/Cargo.toml b/bridges/snowbridge/parachain/pallets/system/Cargo.toml index 998bbb5ccde4..2a14395a1202 100644 --- a/bridges/snowbridge/parachain/pallets/system/Cargo.toml +++ b/bridges/snowbridge/parachain/pallets/system/Cargo.toml @@ -31,7 +31,7 @@ sp-runtime = { path = "../../../../../substrate/primitives/runtime", default-fea xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "8.0.0" } xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" } ethabi = { package = "ethabi-decode", version = "1.0.0", default-features = false } snowbridge-core = { path = "../../primitives/core", default-features = false, version = "0.1.0" } diff --git a/bridges/snowbridge/parachain/primitives/router/Cargo.toml b/bridges/snowbridge/parachain/primitives/router/Cargo.toml index 572949f5bf04..894f6e3f176e 100644 --- a/bridges/snowbridge/parachain/primitives/router/Cargo.toml +++ b/bridges/snowbridge/parachain/primitives/router/Cargo.toml @@ -26,7 +26,7 @@ sp-std = { path = "../../../../../substrate/primitives/std", default-features = xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "8.0.0" } xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" } snowbridge-core = { path = "../core", default-features = false, version = "0.1.0" } diff --git a/bridges/snowbridge/parachain/runtime/runtime-common/Cargo.toml b/bridges/snowbridge/parachain/runtime/runtime-common/Cargo.toml index ca4f4dbc9389..eb82ba01b908 100644 --- a/bridges/snowbridge/parachain/runtime/runtime-common/Cargo.toml +++ b/bridges/snowbridge/parachain/runtime/runtime-common/Cargo.toml @@ -20,7 +20,7 @@ sp-std = { path = "../../../../../substrate/primitives/std", default-features = sp-arithmetic = { path = "../../../../../substrate/primitives/arithmetic", default-features = false, version = "24.0.0" } xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "8.0.0" } xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" } snowbridge-core = { path = "../../primitives/core", default-features = false, version = "0.1.0" } diff --git a/bridges/snowbridge/parachain/runtime/test-common/Cargo.toml b/bridges/snowbridge/parachain/runtime/test-common/Cargo.toml index f8b4a8bca323..8a3ee0e482da 100644 --- a/bridges/snowbridge/parachain/runtime/test-common/Cargo.toml +++ b/bridges/snowbridge/parachain/runtime/test-common/Cargo.toml @@ -54,13 +54,13 @@ sp-version = { path = "../../../../../substrate/primitives/version", default-fea # Polkadot pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "8.0.0" } -pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "8.0.0" } +pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "8.0.1" } polkadot-core-primitives = { path = "../../../../../polkadot/core-primitives", default-features = false, version = "8.0.0" } polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false, version = "7.0.0" } polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false, version = "8.0.0" } xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "8.0.0" } xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" } # Cumulus cumulus-pallet-aura-ext = { path = "../../../../../cumulus/pallets/aura-ext", default-features = false, version = "0.8.0" } diff --git a/cumulus/pallets/xcmp-queue/Cargo.toml b/cumulus/pallets/xcmp-queue/Cargo.toml index 41b5236ffedd..7c0c489b9e00 100644 --- a/cumulus/pallets/xcmp-queue/Cargo.toml +++ b/cumulus/pallets/xcmp-queue/Cargo.toml @@ -27,7 +27,7 @@ pallet-message-queue = { path = "../../../substrate/frame/message-queue", defaul polkadot-runtime-common = { path = "../../../polkadot/runtime/common", default-features = false, version = "8.0.0" } polkadot-runtime-parachains = { path = "../../../polkadot/runtime/parachains", default-features = false, version = "8.0.0" } xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" } # Cumulus cumulus-primitives-core = { path = "../../primitives/core", default-features = false, version = "0.8.0" } diff --git a/cumulus/parachain-template/runtime/Cargo.toml b/cumulus/parachain-template/runtime/Cargo.toml index c26dc920b7af..d0b352e49482 100644 --- a/cumulus/parachain-template/runtime/Cargo.toml +++ b/cumulus/parachain-template/runtime/Cargo.toml @@ -63,7 +63,7 @@ polkadot-parachain-primitives = { path = "../../../polkadot/parachain", default- polkadot-runtime-common = { path = "../../../polkadot/runtime/common", default-features = false, version = "8.0.0" } xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false, version = "8.0.0" } xcm-builder = { package = "staging-xcm-builder", path = "../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" } # Cumulus cumulus-pallet-aura-ext = { path = "../../pallets/aura-ext", default-features = false, version = "0.8.0" } diff --git a/cumulus/parachains/common/Cargo.toml b/cumulus/parachains/common/Cargo.toml index ab478b5a5ced..ed291bf2ee4d 100644 --- a/cumulus/parachains/common/Cargo.toml +++ b/cumulus/parachains/common/Cargo.toml @@ -35,7 +35,7 @@ sp-std = { path = "../../../substrate/primitives/std", default-features = false, pallet-xcm = { path = "../../../polkadot/xcm/pallet-xcm", default-features = false, version = "8.0.0" } polkadot-primitives = { path = "../../../polkadot/primitives", default-features = false, version = "8.0.0" } xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" } # Cumulus pallet-collator-selection = { path = "../../pallets/collator-selection", default-features = false, version = "10.0.0" } diff --git a/cumulus/parachains/integration-tests/emulated/common/Cargo.toml b/cumulus/parachains/integration-tests/emulated/common/Cargo.toml index 1d5b3c2ef6dc..ce50a5c801e6 100644 --- a/cumulus/parachains/integration-tests/emulated/common/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/common/Cargo.toml @@ -35,7 +35,7 @@ cumulus-primitives-core = { version = "0.8.0", path = "../../../../primitives/co xcm-emulator = { version = "0.6.0", path = "../../../../xcm/xcm-emulator" } cumulus-pallet-xcmp-queue = { version = "0.8.0", path = "../../../../pallets/xcmp-queue" } cumulus-pallet-parachain-system = { version = "0.8.0", path = "../../../../pallets/parachain-system" } -asset-test-utils = { version = "8.0.0", path = "../../../runtimes/assets/test-utils" } +asset-test-utils = { version = "8.0.1", path = "../../../runtimes/assets/test-utils" } bp-messages = { version = "0.8.0", path = "../../../../../bridges/primitives/messages" } pallet-bridge-messages = { version = "0.8.0", path = "../../../../../bridges/modules/messages" } bridge-runtime-common = { version = "0.8.0", path = "../../../../../bridges/bin/runtime-common" } diff --git a/cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-rococo/Cargo.toml b/cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-rococo/Cargo.toml index 164fd8f5076b..524ba8127263 100644 --- a/cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-rococo/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-rococo/Cargo.toml @@ -25,9 +25,9 @@ pallet-message-queue = { path = "../../../../../../../substrate/frame/message-qu # Polkadot xcm = { package = "staging-xcm", path = "../../../../../../../polkadot/xcm", default-features = false, version = "8.0.0" } pallet-xcm = { path = "../../../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" } rococo-runtime = { version = "8.0.0", path = "../../../../../../../polkadot/runtime/rococo" } -asset-test-utils = { version = "8.0.0", path = "../../../../../runtimes/assets/test-utils" } +asset-test-utils = { version = "8.0.1", path = "../../../../../runtimes/assets/test-utils" } parachains-common = { version = "8.0.0", path = "../../../../../common" } cumulus-pallet-parachain-system = { path = "../../../../../../pallets/parachain-system", default-features = false, version = "0.8.0" } testnet-parachains-constants = { path = "../../../../../runtimes/constants", features = ["rococo"], version = "1.0.0" } diff --git a/cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-westend/Cargo.toml b/cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-westend/Cargo.toml index 368c7a680459..2abc664fa44b 100644 --- a/cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-westend/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/tests/assets/asset-hub-westend/Cargo.toml @@ -24,13 +24,13 @@ pallet-treasury = { path = "../../../../../../../substrate/frame/treasury", defa pallet-message-queue = { path = "../../../../../../../substrate/frame/message-queue", default-features = false, version = "32.0.0" } polkadot-runtime-common = { version = "8.0.0", path = "../../../../../../../polkadot/runtime/common" } xcm = { package = "staging-xcm", path = "../../../../../../../polkadot/xcm", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" } pallet-xcm = { path = "../../../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "8.0.0" } westend-runtime = { version = "8.0.0", path = "../../../../../../../polkadot/runtime/westend" } parachains-common = { version = "8.0.0", path = "../../../../../common" } testnet-parachains-constants = { path = "../../../../../runtimes/constants", features = ["westend"], version = "1.0.0" } asset-hub-westend-runtime = { version = "0.16.0", path = "../../../../../runtimes/assets/asset-hub-westend" } -asset-test-utils = { version = "8.0.0", path = "../../../../../runtimes/assets/test-utils" } +asset-test-utils = { version = "8.0.1", path = "../../../../../runtimes/assets/test-utils" } cumulus-pallet-xcmp-queue = { default-features = false, path = "../../../../../../pallets/xcmp-queue", version = "0.8.0" } cumulus-pallet-parachain-system = { default-features = false, path = "../../../../../../pallets/parachain-system", version = "0.8.0" } emulated-integration-tests-common = { path = "../../../common", default-features = false, version = "4.0.0" } diff --git a/cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-rococo/Cargo.toml b/cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-rococo/Cargo.toml index e22b4ef3d96c..55394d91506a 100644 --- a/cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-rococo/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-rococo/Cargo.toml @@ -27,7 +27,7 @@ sp-runtime = { path = "../../../../../../../substrate/primitives/runtime", defau # Polkadot xcm = { package = "staging-xcm", path = "../../../../../../../polkadot/xcm", default-features = false, version = "8.0.0" } pallet-xcm = { path = "../../../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" } # Bridges pallet-bridge-messages = { path = "../../../../../../../bridges/modules/messages", default-features = false, version = "0.8.0" } diff --git a/cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-westend/Cargo.toml b/cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-westend/Cargo.toml index b5f8cd145719..bea56e61ae2c 100644 --- a/cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-westend/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/tests/bridges/bridge-hub-westend/Cargo.toml @@ -23,7 +23,7 @@ sp-runtime = { path = "../../../../../../../substrate/primitives/runtime", defau # Polkadot xcm = { package = "staging-xcm", path = "../../../../../../../polkadot/xcm", default-features = false, version = "8.0.0" } pallet-xcm = { path = "../../../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" } # Bridges pallet-bridge-messages = { path = "../../../../../../../bridges/modules/messages", default-features = false, version = "0.8.0" } diff --git a/cumulus/parachains/integration-tests/emulated/tests/people/people-rococo/Cargo.toml b/cumulus/parachains/integration-tests/emulated/tests/people/people-rococo/Cargo.toml index c849af494064..9be721559229 100644 --- a/cumulus/parachains/integration-tests/emulated/tests/people/people-rococo/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/tests/people/people-rococo/Cargo.toml @@ -19,11 +19,11 @@ pallet-identity = { path = "../../../../../../../substrate/frame/identity", defa # Polkadot xcm = { package = "staging-xcm", path = "../../../../../../../polkadot/xcm", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" } rococo-runtime = { version = "8.0.0", path = "../../../../../../../polkadot/runtime/rococo" } rococo-runtime-constants = { version = "8.0.0", path = "../../../../../../../polkadot/runtime/rococo/constants" } polkadot-runtime-common = { version = "8.0.0", path = "../../../../../../../polkadot/runtime/common" } -asset-test-utils = { version = "8.0.0", path = "../../../../../runtimes/assets/test-utils" } +asset-test-utils = { version = "8.0.1", path = "../../../../../runtimes/assets/test-utils" } parachains-common = { version = "8.0.0", path = "../../../../../common" } people-rococo-runtime = { version = "0.2.0", path = "../../../../../runtimes/people/people-rococo" } emulated-integration-tests-common = { path = "../../../common", default-features = false, version = "4.0.0" } diff --git a/cumulus/parachains/integration-tests/emulated/tests/people/people-westend/Cargo.toml b/cumulus/parachains/integration-tests/emulated/tests/people/people-westend/Cargo.toml index 907e8d92b7d1..e95b6295a768 100644 --- a/cumulus/parachains/integration-tests/emulated/tests/people/people-westend/Cargo.toml +++ b/cumulus/parachains/integration-tests/emulated/tests/people/people-westend/Cargo.toml @@ -19,11 +19,11 @@ pallet-identity = { path = "../../../../../../../substrate/frame/identity", defa # Polkadot xcm = { package = "staging-xcm", path = "../../../../../../../polkadot/xcm", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" } westend-runtime = { version = "8.0.0", path = "../../../../../../../polkadot/runtime/westend" } westend-runtime-constants = { version = "8.0.0", path = "../../../../../../../polkadot/runtime/westend/constants" } polkadot-runtime-common = { version = "8.0.0", path = "../../../../../../../polkadot/runtime/common" } -asset-test-utils = { version = "8.0.0", path = "../../../../../runtimes/assets/test-utils" } +asset-test-utils = { version = "8.0.1", path = "../../../../../runtimes/assets/test-utils" } parachains-common = { version = "8.0.0", path = "../../../../../common" } people-westend-runtime = { version = "0.2.0", path = "../../../../../runtimes/people/people-westend" } emulated-integration-tests-common = { path = "../../../common", default-features = false, version = "4.0.0" } diff --git a/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml b/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml index 323135fdf388..b7485d3d5674 100644 --- a/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/assets/asset-hub-rococo/Cargo.toml @@ -62,12 +62,12 @@ primitive-types = { version = "0.12.1", default-features = false, features = ["c # Polkadot rococo-runtime-constants = { path = "../../../../../polkadot/runtime/rococo/constants", default-features = false, version = "8.0.0" } pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "8.0.0" } -pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "8.0.0" } +pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "8.0.1" } polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false, version = "7.0.0" } polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false, version = "8.0.0" } xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "8.0.0" } xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" } # Cumulus cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false, version = "0.8.0" } diff --git a/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml b/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml index 628e194fbc66..dadff183bc8e 100644 --- a/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/assets/asset-hub-westend/Cargo.toml @@ -58,13 +58,13 @@ primitive-types = { version = "0.12.1", default-features = false, features = ["c # Polkadot pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "8.0.0" } -pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "8.0.0" } +pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "8.0.1" } polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false, version = "7.0.0" } polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false, version = "8.0.0" } westend-runtime-constants = { path = "../../../../../polkadot/runtime/westend/constants", default-features = false, version = "8.0.0" } xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "8.0.0" } xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" } # Cumulus cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false, version = "0.8.0" } diff --git a/cumulus/parachains/runtimes/assets/common/Cargo.toml b/cumulus/parachains/runtimes/assets/common/Cargo.toml index a37f29af6846..fa6c922229e5 100644 --- a/cumulus/parachains/runtimes/assets/common/Cargo.toml +++ b/cumulus/parachains/runtimes/assets/common/Cargo.toml @@ -26,7 +26,7 @@ pallet-asset-conversion = { path = "../../../../../substrate/frame/asset-convers pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "8.0.0" } xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "8.0.0" } xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" } # Cumulus parachains-common = { path = "../../../common", default-features = false, version = "8.0.0" } diff --git a/cumulus/parachains/runtimes/assets/test-utils/Cargo.toml b/cumulus/parachains/runtimes/assets/test-utils/Cargo.toml index 4545000a1a9c..90e7919eb7b1 100644 --- a/cumulus/parachains/runtimes/assets/test-utils/Cargo.toml +++ b/cumulus/parachains/runtimes/assets/test-utils/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "asset-test-utils" -version = "8.0.0" +version = "8.0.1" authors.workspace = true edition.workspace = true description = "Test utils for Asset Hub runtimes." @@ -34,7 +34,7 @@ parachains-runtimes-test-utils = { path = "../../test-utils", default-features = # Polkadot xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "8.0.0" } xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" } pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "8.0.0" } # Bridges 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 ea36578774bc..f24bab33f8b3 100644 --- a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-rococo/Cargo.toml @@ -59,12 +59,12 @@ sp-version = { path = "../../../../../substrate/primitives/version", default-fea # Polkadot rococo-runtime-constants = { path = "../../../../../polkadot/runtime/rococo/constants", default-features = false, version = "8.0.0" } pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "8.0.0" } -pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "8.0.0" } +pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "8.0.1" } polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false, version = "7.0.0" } polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false, version = "8.0.0" } xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "8.0.0" } xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" } # Cumulus cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false, version = "0.8.0" } diff --git a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/Cargo.toml b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/Cargo.toml index 20a882b85030..ffc143e8abc8 100644 --- a/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/bridge-hubs/bridge-hub-westend/Cargo.toml @@ -55,12 +55,12 @@ sp-version = { path = "../../../../../substrate/primitives/version", default-fea # Polkadot westend-runtime-constants = { path = "../../../../../polkadot/runtime/westend/constants", default-features = false, version = "8.0.0" } pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "8.0.0" } -pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "8.0.0" } +pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "8.0.1" } polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false, version = "7.0.0" } polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false, version = "8.0.0" } xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "8.0.0" } xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" } # Cumulus cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false, version = "0.8.0" } diff --git a/cumulus/parachains/runtimes/bridge-hubs/test-utils/Cargo.toml b/cumulus/parachains/runtimes/bridge-hubs/test-utils/Cargo.toml index f9932f0a62b5..630be7c9801f 100644 --- a/cumulus/parachains/runtimes/bridge-hubs/test-utils/Cargo.toml +++ b/cumulus/parachains/runtimes/bridge-hubs/test-utils/Cargo.toml @@ -25,7 +25,7 @@ sp-std = { path = "../../../../../substrate/primitives/std", default-features = sp-tracing = { version = "16.0.0", path = "../../../../../substrate/primitives/tracing" } pallet-balances = { path = "../../../../../substrate/frame/balances", default-features = false, version = "29.0.0" } pallet-utility = { path = "../../../../../substrate/frame/utility", default-features = false, version = "29.0.0" } -asset-test-utils = { version = "8.0.0", path = "../../assets/test-utils" } +asset-test-utils = { version = "8.0.1", path = "../../assets/test-utils" } cumulus-pallet-parachain-system = { path = "../../../../pallets/parachain-system", default-features = false, features = ["parameterized-consensus-hook"], version = "0.8.0" } cumulus-pallet-xcmp-queue = { path = "../../../../pallets/xcmp-queue", default-features = false, version = "0.8.0" } parachains-common = { path = "../../../common", default-features = false, version = "8.0.0" } @@ -34,7 +34,7 @@ parachains-runtimes-test-utils = { path = "../../test-utils", default-features = # Polkadot xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "8.0.0" } xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" } # Bridges bp-header-chain = { path = "../../../../../bridges/primitives/header-chain", default-features = false, version = "0.8.0" } diff --git a/cumulus/parachains/runtimes/collectives/collectives-westend/Cargo.toml b/cumulus/parachains/runtimes/collectives/collectives-westend/Cargo.toml index 3d5bf8fc67e7..a912733a8428 100644 --- a/cumulus/parachains/runtimes/collectives/collectives-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/collectives/collectives-westend/Cargo.toml @@ -64,7 +64,7 @@ polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", de polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false, version = "8.0.0" } xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "8.0.0" } xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" } westend-runtime-constants = { path = "../../../../../polkadot/runtime/westend/constants", default-features = false, version = "8.0.0" } # Cumulus diff --git a/cumulus/parachains/runtimes/contracts/contracts-rococo/Cargo.toml b/cumulus/parachains/runtimes/contracts/contracts-rococo/Cargo.toml index 1caca41c3990..cd983e6183ec 100644 --- a/cumulus/parachains/runtimes/contracts/contracts-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/contracts/contracts-rococo/Cargo.toml @@ -62,7 +62,7 @@ polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", def rococo-runtime-constants = { path = "../../../../../polkadot/runtime/rococo/constants", default-features = false, version = "8.0.0" } xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "8.0.0" } xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" } # Cumulus cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false, version = "0.8.0" } diff --git a/cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml b/cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml index d202779e4248..ac76131d0de1 100644 --- a/cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/coretime/coretime-rococo/Cargo.toml @@ -55,14 +55,14 @@ sp-version = { path = "../../../../../substrate/primitives/version", default-fea # Polkadot pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "8.0.0" } -pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "8.0.0" } +pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "8.0.1" } polkadot-core-primitives = { path = "../../../../../polkadot/core-primitives", default-features = false, version = "8.0.0" } polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false, version = "7.0.0" } polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false, version = "8.0.0" } rococo-runtime-constants = { path = "../../../../../polkadot/runtime/rococo/constants", default-features = false, version = "8.0.0" } xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "8.0.0" } xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" } # Cumulus cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false, version = "0.8.0" } diff --git a/cumulus/parachains/runtimes/coretime/coretime-westend/Cargo.toml b/cumulus/parachains/runtimes/coretime/coretime-westend/Cargo.toml index 571d3f26ef27..bd83bc7d5fa4 100644 --- a/cumulus/parachains/runtimes/coretime/coretime-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/coretime/coretime-westend/Cargo.toml @@ -54,14 +54,14 @@ sp-version = { path = "../../../../../substrate/primitives/version", default-fea # Polkadot pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "8.0.0" } -pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "8.0.0" } +pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "8.0.1" } polkadot-core-primitives = { path = "../../../../../polkadot/core-primitives", default-features = false, version = "8.0.0" } polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false, version = "7.0.0" } polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false, version = "8.0.0" } westend-runtime-constants = { path = "../../../../../polkadot/runtime/westend/constants", default-features = false, version = "8.0.0" } xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "8.0.0" } xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" } # Cumulus cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false, version = "0.8.0" } diff --git a/cumulus/parachains/runtimes/glutton/glutton-westend/Cargo.toml b/cumulus/parachains/runtimes/glutton/glutton-westend/Cargo.toml index 63b63786c636..f0468e463c8c 100644 --- a/cumulus/parachains/runtimes/glutton/glutton-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/glutton/glutton-westend/Cargo.toml @@ -43,7 +43,7 @@ sp-version = { path = "../../../../../substrate/primitives/version", default-fea # Polkadot xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "8.0.0" } xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" } # Cumulus cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false, version = "0.8.0" } diff --git a/cumulus/parachains/runtimes/people/people-rococo/Cargo.toml b/cumulus/parachains/runtimes/people/people-rococo/Cargo.toml index 3bb83f533bca..aa4dd61734cb 100644 --- a/cumulus/parachains/runtimes/people/people-rococo/Cargo.toml +++ b/cumulus/parachains/runtimes/people/people-rococo/Cargo.toml @@ -52,13 +52,13 @@ sp-version = { path = "../../../../../substrate/primitives/version", default-fea # Polkadot pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "8.0.0" } -pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "8.0.0" } +pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "8.0.1" } polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false, version = "7.0.0" } polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false, version = "8.0.0" } rococo-runtime-constants = { path = "../../../../../polkadot/runtime/rococo/constants", default-features = false, version = "8.0.0" } xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "8.0.0" } xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" } # Cumulus cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false, version = "0.8.0" } diff --git a/cumulus/parachains/runtimes/people/people-westend/Cargo.toml b/cumulus/parachains/runtimes/people/people-westend/Cargo.toml index 704d4f80b600..42a8a228d36e 100644 --- a/cumulus/parachains/runtimes/people/people-westend/Cargo.toml +++ b/cumulus/parachains/runtimes/people/people-westend/Cargo.toml @@ -52,13 +52,13 @@ sp-version = { path = "../../../../../substrate/primitives/version", default-fea # Polkadot pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "8.0.0" } -pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "8.0.0" } +pallet-xcm-benchmarks = { path = "../../../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "8.0.1" } polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false, version = "7.0.0" } polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false, version = "8.0.0" } westend-runtime-constants = { path = "../../../../../polkadot/runtime/westend/constants", default-features = false, version = "8.0.0" } xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "8.0.0" } xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" } # Cumulus cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false, version = "0.8.0" } diff --git a/cumulus/parachains/runtimes/starters/shell/Cargo.toml b/cumulus/parachains/runtimes/starters/shell/Cargo.toml index 13ee2635917b..83061bf598dc 100644 --- a/cumulus/parachains/runtimes/starters/shell/Cargo.toml +++ b/cumulus/parachains/runtimes/starters/shell/Cargo.toml @@ -37,7 +37,7 @@ pallet-message-queue = { path = "../../../../../substrate/frame/message-queue", # Polkadot xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "8.0.0" } xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" } # Cumulus cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false, version = "0.8.0" } diff --git a/cumulus/parachains/runtimes/test-utils/Cargo.toml b/cumulus/parachains/runtimes/test-utils/Cargo.toml index cbf3355576a1..1dd976372c79 100644 --- a/cumulus/parachains/runtimes/test-utils/Cargo.toml +++ b/cumulus/parachains/runtimes/test-utils/Cargo.toml @@ -35,7 +35,7 @@ cumulus-test-relay-sproof-builder = { path = "../../../test/relay-sproof-builder # Polkadot xcm = { package = "staging-xcm", path = "../../../../polkadot/xcm", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" } pallet-xcm = { path = "../../../../polkadot/xcm/pallet-xcm", default-features = false, version = "8.0.0" } polkadot-parachain-primitives = { path = "../../../../polkadot/parachain", default-features = false, version = "7.0.0" } diff --git a/cumulus/parachains/runtimes/testing/penpal/Cargo.toml b/cumulus/parachains/runtimes/testing/penpal/Cargo.toml index 983d452dc6d0..2a09a316372a 100644 --- a/cumulus/parachains/runtimes/testing/penpal/Cargo.toml +++ b/cumulus/parachains/runtimes/testing/penpal/Cargo.toml @@ -63,7 +63,7 @@ polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", de polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false, version = "8.0.0" } xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "8.0.0" } xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" } # Cumulus cumulus-pallet-aura-ext = { path = "../../../../pallets/aura-ext", default-features = false, version = "0.8.0" } diff --git a/cumulus/parachains/runtimes/testing/rococo-parachain/Cargo.toml b/cumulus/parachains/runtimes/testing/rococo-parachain/Cargo.toml index f09ee033d7e7..5c717bfcff82 100644 --- a/cumulus/parachains/runtimes/testing/rococo-parachain/Cargo.toml +++ b/cumulus/parachains/runtimes/testing/rococo-parachain/Cargo.toml @@ -44,7 +44,7 @@ pallet-xcm = { path = "../../../../../polkadot/xcm/pallet-xcm", default-features polkadot-parachain-primitives = { path = "../../../../../polkadot/parachain", default-features = false, version = "7.0.0" } xcm = { package = "staging-xcm", path = "../../../../../polkadot/xcm", default-features = false, version = "8.0.0" } xcm-builder = { package = "staging-xcm-builder", path = "../../../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" } polkadot-runtime-common = { path = "../../../../../polkadot/runtime/common", default-features = false, version = "8.0.0" } # Cumulus diff --git a/cumulus/polkadot-parachain/Cargo.toml b/cumulus/polkadot-parachain/Cargo.toml index b0151d594144..cb6ba132471a 100644 --- a/cumulus/polkadot-parachain/Cargo.toml +++ b/cumulus/polkadot-parachain/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "polkadot-parachain-bin" -version = "6.0.0" +version = "6.0.1" authors.workspace = true build = "build.rs" edition.workspace = true diff --git a/cumulus/primitives/utility/Cargo.toml b/cumulus/primitives/utility/Cargo.toml index a025a284bde4..c341bac6cb62 100644 --- a/cumulus/primitives/utility/Cargo.toml +++ b/cumulus/primitives/utility/Cargo.toml @@ -24,9 +24,9 @@ pallet-asset-conversion = { path = "../../../substrate/frame/asset-conversion", polkadot-runtime-common = { path = "../../../polkadot/runtime/common", default-features = false, version = "8.0.0" } polkadot-runtime-parachains = { path = "../../../polkadot/runtime/parachains", default-features = false, version = "8.0.0" } xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" } xcm-builder = { package = "staging-xcm-builder", path = "../../../polkadot/xcm/xcm-builder", default-features = false, version = "8.0.0" } -pallet-xcm-benchmarks = { path = "../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, version = "8.0.0" } +pallet-xcm-benchmarks = { path = "../../../polkadot/xcm/pallet-xcm-benchmarks", default-features = false, version = "8.0.1" } # Cumulus cumulus-primitives-core = { path = "../core", default-features = false, version = "0.8.0" } diff --git a/cumulus/xcm/xcm-emulator/Cargo.toml b/cumulus/xcm/xcm-emulator/Cargo.toml index 61307c6e5e3d..4b2c57e0d3c5 100644 --- a/cumulus/xcm/xcm-emulator/Cargo.toml +++ b/cumulus/xcm/xcm-emulator/Cargo.toml @@ -35,7 +35,7 @@ parachains-common = { version = "8.0.0", path = "../../parachains/common" } # Polkadot xcm = { package = "staging-xcm", path = "../../../polkadot/xcm", version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../../../polkadot/xcm/xcm-executor", version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../polkadot/xcm/xcm-executor", version = "8.0.1" } polkadot-primitives = { version = "8.0.0", path = "../../../polkadot/primitives" } polkadot-parachain-primitives = { version = "7.0.0", path = "../../../polkadot/parachain" } polkadot-runtime-parachains = { version = "8.0.0", path = "../../../polkadot/runtime/parachains" } diff --git a/polkadot/runtime/common/Cargo.toml b/polkadot/runtime/common/Cargo.toml index 50cfbf840e2a..494ae8be3729 100644 --- a/polkadot/runtime/common/Cargo.toml +++ b/polkadot/runtime/common/Cargo.toml @@ -57,9 +57,9 @@ runtime-parachains = { package = "polkadot-runtime-parachains", path = "../parac slot-range-helper = { path = "slot_range_helper", default-features = false, version = "8.0.0" } xcm = { package = "staging-xcm", path = "../../xcm", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../../xcm/xcm-executor", default-features = false, optional = true, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../xcm/xcm-executor", default-features = false, optional = true, version = "8.0.1" } -pallet-xcm-benchmarks = { path = "../../xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "8.0.0" } +pallet-xcm-benchmarks = { path = "../../xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "8.0.1" } xcm-builder = { package = "staging-xcm-builder", path = "../../xcm/xcm-builder", default-features = false, version = "8.0.0" } [dev-dependencies] diff --git a/polkadot/runtime/parachains/Cargo.toml b/polkadot/runtime/parachains/Cargo.toml index 60555ff4fd25..48f13899346c 100644 --- a/polkadot/runtime/parachains/Cargo.toml +++ b/polkadot/runtime/parachains/Cargo.toml @@ -48,7 +48,7 @@ frame-support = { path = "../../../substrate/frame/support", default-features = frame-system = { path = "../../../substrate/frame/system", default-features = false, version = "29.0.0" } xcm = { package = "staging-xcm", path = "../../xcm", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../../xcm/xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../xcm/xcm-executor", default-features = false, version = "8.0.1" } primitives = { package = "polkadot-primitives", path = "../../primitives", default-features = false, version = "8.0.0" } rand = { version = "0.8.5", default-features = false } diff --git a/polkadot/runtime/rococo/Cargo.toml b/polkadot/runtime/rococo/Cargo.toml index 68c7fbe57866..aa06ef22a074 100644 --- a/polkadot/runtime/rococo/Cargo.toml +++ b/polkadot/runtime/rococo/Cargo.toml @@ -88,7 +88,7 @@ pallet-utility = { path = "../../../substrate/frame/utility", default-features = pallet-vesting = { path = "../../../substrate/frame/vesting", default-features = false, version = "29.0.0" } pallet-whitelist = { path = "../../../substrate/frame/whitelist", default-features = false, version = "28.0.0" } pallet-xcm = { path = "../../xcm/pallet-xcm", default-features = false, version = "8.0.0" } -pallet-xcm-benchmarks = { path = "../../xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "8.0.0" } +pallet-xcm-benchmarks = { path = "../../xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "8.0.1" } pallet-root-testing = { path = "../../../substrate/frame/root-testing", default-features = false, version = "5.0.0" } frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "29.0.0" } @@ -102,7 +102,7 @@ primitives = { package = "polkadot-primitives", path = "../../primitives", defau polkadot-parachain-primitives = { path = "../../parachain", default-features = false, version = "7.0.0" } xcm = { package = "staging-xcm", path = "../../xcm", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../../xcm/xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../xcm/xcm-executor", default-features = false, version = "8.0.1" } xcm-builder = { package = "staging-xcm-builder", path = "../../xcm/xcm-builder", default-features = false, version = "8.0.0" } [dev-dependencies] diff --git a/polkadot/runtime/test-runtime/Cargo.toml b/polkadot/runtime/test-runtime/Cargo.toml index 3b4762a52b24..7ca7e265aa64 100644 --- a/polkadot/runtime/test-runtime/Cargo.toml +++ b/polkadot/runtime/test-runtime/Cargo.toml @@ -67,7 +67,7 @@ pallet-xcm = { path = "../../xcm/pallet-xcm", default-features = false, version polkadot-parachain-primitives = { path = "../../parachain", default-features = false, version = "7.0.0" } polkadot-runtime-parachains = { path = "../parachains", default-features = false, version = "8.0.0" } xcm-builder = { package = "staging-xcm-builder", path = "../../xcm/xcm-builder", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../../xcm/xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../xcm/xcm-executor", default-features = false, version = "8.0.1" } xcm = { package = "staging-xcm", path = "../../xcm", default-features = false, version = "8.0.0" } [dev-dependencies] diff --git a/polkadot/runtime/westend/Cargo.toml b/polkadot/runtime/westend/Cargo.toml index 0442d3e5890f..5cfb310c666f 100644 --- a/polkadot/runtime/westend/Cargo.toml +++ b/polkadot/runtime/westend/Cargo.toml @@ -94,7 +94,7 @@ pallet-utility = { path = "../../../substrate/frame/utility", default-features = pallet-vesting = { path = "../../../substrate/frame/vesting", default-features = false, version = "29.0.0" } pallet-whitelist = { path = "../../../substrate/frame/whitelist", default-features = false, version = "28.0.0" } pallet-xcm = { path = "../../xcm/pallet-xcm", default-features = false, version = "8.0.0" } -pallet-xcm-benchmarks = { path = "../../xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "8.0.0" } +pallet-xcm-benchmarks = { path = "../../xcm/pallet-xcm-benchmarks", default-features = false, optional = true, version = "8.0.1" } pallet-root-testing = { path = "../../../substrate/frame/root-testing", default-features = false, version = "5.0.0" } frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, optional = true, version = "29.0.0" } @@ -112,7 +112,7 @@ polkadot-parachain-primitives = { path = "../../parachain", default-features = f runtime-parachains = { package = "polkadot-runtime-parachains", path = "../parachains", default-features = false, version = "8.0.0" } xcm = { package = "staging-xcm", path = "../../xcm", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../../xcm/xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../xcm/xcm-executor", default-features = false, version = "8.0.1" } xcm-builder = { package = "staging-xcm-builder", path = "../../xcm/xcm-builder", default-features = false, version = "8.0.0" } [dev-dependencies] diff --git a/polkadot/xcm/pallet-xcm-benchmarks/Cargo.toml b/polkadot/xcm/pallet-xcm-benchmarks/Cargo.toml index 01b81f2e42de..cce7fa7abe16 100644 --- a/polkadot/xcm/pallet-xcm-benchmarks/Cargo.toml +++ b/polkadot/xcm/pallet-xcm-benchmarks/Cargo.toml @@ -3,7 +3,7 @@ name = "pallet-xcm-benchmarks" authors.workspace = true edition.workspace = true license.workspace = true -version = "8.0.0" +version = "8.0.1" description = "Benchmarks for the XCM pallet" [lints] @@ -20,7 +20,7 @@ frame-system = { path = "../../../substrate/frame/system", default-features = fa sp-runtime = { path = "../../../substrate/primitives/runtime", default-features = false, version = "32.0.0" } sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } sp-io = { path = "../../../substrate/primitives/io", default-features = false, version = "31.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../xcm-executor", default-features = false, version = "8.0.1" } frame-benchmarking = { path = "../../../substrate/frame/benchmarking", default-features = false, version = "29.0.0" } xcm = { package = "staging-xcm", path = "..", default-features = false, version = "8.0.0" } xcm-builder = { package = "staging-xcm-builder", path = "../xcm-builder", default-features = false, version = "8.0.0" } diff --git a/polkadot/xcm/pallet-xcm/Cargo.toml b/polkadot/xcm/pallet-xcm/Cargo.toml index 03e35134e55b..451332a0b96a 100644 --- a/polkadot/xcm/pallet-xcm/Cargo.toml +++ b/polkadot/xcm/pallet-xcm/Cargo.toml @@ -24,7 +24,7 @@ sp-runtime = { path = "../../../substrate/primitives/runtime", default-features sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } xcm = { package = "staging-xcm", path = "..", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../xcm-executor", default-features = false, version = "8.0.1" } xcm-builder = { package = "staging-xcm-builder", path = "../xcm-builder", default-features = false, version = "8.0.0" } # marked optional, used in benchmarking diff --git a/polkadot/xcm/xcm-builder/Cargo.toml b/polkadot/xcm/xcm-builder/Cargo.toml index c37e80d89ca3..e88476a2431f 100644 --- a/polkadot/xcm/xcm-builder/Cargo.toml +++ b/polkadot/xcm/xcm-builder/Cargo.toml @@ -14,7 +14,7 @@ impl-trait-for-tuples = "0.2.1" parity-scale-codec = { version = "3.6.1", default-features = false, features = ["derive"] } scale-info = { version = "2.10.0", default-features = false, features = ["derive"] } xcm = { package = "staging-xcm", path = "..", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../xcm-executor", default-features = false, version = "8.0.1" } sp-std = { path = "../../../substrate/primitives/std", default-features = false, version = "14.0.0" } sp-arithmetic = { path = "../../../substrate/primitives/arithmetic", default-features = false, version = "24.0.0" } sp-io = { path = "../../../substrate/primitives/io", default-features = false, version = "31.0.0" } diff --git a/polkadot/xcm/xcm-executor/Cargo.toml b/polkadot/xcm/xcm-executor/Cargo.toml index cf5c5581c405..e12964ebebfc 100644 --- a/polkadot/xcm/xcm-executor/Cargo.toml +++ b/polkadot/xcm/xcm-executor/Cargo.toml @@ -4,7 +4,7 @@ description = "An abstract and configurable XCM message executor." authors.workspace = true edition.workspace = true license.workspace = true -version = "8.0.0" +version = "8.0.1" [lints] workspace = true diff --git a/polkadot/xcm/xcm-executor/integration-tests/Cargo.toml b/polkadot/xcm/xcm-executor/integration-tests/Cargo.toml index 2a5d07774e05..a8c4777df853 100644 --- a/polkadot/xcm/xcm-executor/integration-tests/Cargo.toml +++ b/polkadot/xcm/xcm-executor/integration-tests/Cargo.toml @@ -25,7 +25,7 @@ sp-keyring = { version = "32.0.0", path = "../../../../substrate/primitives/keyr sp-runtime = { path = "../../../../substrate/primitives/runtime", default-features = false, version = "32.0.0" } sp-state-machine = { version = "0.36.0", path = "../../../../substrate/primitives/state-machine" } xcm = { package = "staging-xcm", path = "../..", default-features = false, version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "..", version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "..", version = "8.0.1" } sp-tracing = { version = "16.0.0", path = "../../../../substrate/primitives/tracing" } [features] diff --git a/polkadot/xcm/xcm-simulator/Cargo.toml b/polkadot/xcm/xcm-simulator/Cargo.toml index 4a4f4002d0ee..94b384a6f3de 100644 --- a/polkadot/xcm/xcm-simulator/Cargo.toml +++ b/polkadot/xcm/xcm-simulator/Cargo.toml @@ -17,7 +17,7 @@ sp-io = { version = "31.0.0", path = "../../../substrate/primitives/io" } sp-std = { version = "14.0.0", path = "../../../substrate/primitives/std" } xcm = { package = "staging-xcm", path = "..", version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../xcm-executor", version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../xcm-executor", version = "8.0.1" } xcm-builder = { package = "staging-xcm-builder", path = "../xcm-builder", version = "8.0.0" } polkadot-core-primitives = { version = "8.0.0", path = "../../core-primitives" } polkadot-parachain-primitives = { version = "7.0.0", path = "../../parachain" } diff --git a/polkadot/xcm/xcm-simulator/example/Cargo.toml b/polkadot/xcm/xcm-simulator/example/Cargo.toml index e93bcb28a1b8..890322f64fd1 100644 --- a/polkadot/xcm/xcm-simulator/example/Cargo.toml +++ b/polkadot/xcm/xcm-simulator/example/Cargo.toml @@ -26,7 +26,7 @@ sp-tracing = { version = "16.0.0", path = "../../../../substrate/primitives/trac xcm = { package = "staging-xcm", path = "../..", version = "8.0.0" } xcm-simulator = { version = "8.0.0", path = ".." } -xcm-executor = { package = "staging-xcm-executor", path = "../../xcm-executor", version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../xcm-executor", version = "8.0.1" } xcm-builder = { package = "staging-xcm-builder", path = "../../xcm-builder", version = "8.0.0" } pallet-xcm = { version = "8.0.0", path = "../../pallet-xcm" } polkadot-core-primitives = { version = "8.0.0", path = "../../../core-primitives" } diff --git a/polkadot/xcm/xcm-simulator/fuzzer/Cargo.toml b/polkadot/xcm/xcm-simulator/fuzzer/Cargo.toml index 2862bace8a2b..c0e978973a23 100644 --- a/polkadot/xcm/xcm-simulator/fuzzer/Cargo.toml +++ b/polkadot/xcm/xcm-simulator/fuzzer/Cargo.toml @@ -26,7 +26,7 @@ sp-io = { version = "31.0.0", path = "../../../../substrate/primitives/io" } xcm = { package = "staging-xcm", path = "../..", version = "8.0.0" } xcm-simulator = { version = "8.0.0", path = ".." } -xcm-executor = { package = "staging-xcm-executor", path = "../../xcm-executor", version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../xcm-executor", version = "8.0.1" } xcm-builder = { package = "staging-xcm-builder", path = "../../xcm-builder", version = "8.0.0" } pallet-xcm = { version = "8.0.0", path = "../../pallet-xcm" } polkadot-core-primitives = { version = "8.0.0", path = "../../../core-primitives" } diff --git a/substrate/frame/contracts/mock-network/Cargo.toml b/substrate/frame/contracts/mock-network/Cargo.toml index c4e5ad737f22..49292862262e 100644 --- a/substrate/frame/contracts/mock-network/Cargo.toml +++ b/substrate/frame/contracts/mock-network/Cargo.toml @@ -40,7 +40,7 @@ sp-std = { path = "../../../primitives/std", default-features = false, version = sp-tracing = { version = "16.0.0", path = "../../../primitives/tracing" } xcm = { package = "staging-xcm", path = "../../../../polkadot/xcm", default-features = false, version = "8.0.0" } xcm-builder = { package = "staging-xcm-builder", path = "../../../../polkadot/xcm/xcm-builder", version = "8.0.0" } -xcm-executor = { package = "staging-xcm-executor", path = "../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.0" } +xcm-executor = { package = "staging-xcm-executor", path = "../../../../polkadot/xcm/xcm-executor", default-features = false, version = "8.0.1" } xcm-simulator = { version = "8.0.0", path = "../../../../polkadot/xcm/xcm-simulator" } [dev-dependencies]