Skip to content

Commit

Permalink
Apply plan
Browse files Browse the repository at this point in the history
  • Loading branch information
Morganamilo committed Nov 7, 2024
1 parent 48bce85 commit b386125
Show file tree
Hide file tree
Showing 13 changed files with 33 additions and 34 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 9 additions & 9 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -590,9 +590,9 @@ arrayvec = { version = "0.7.4" }
assert_cmd = { version = "2.0.10" }
assert_matches = { version = "1.5.0" }
asset-hub-rococo-emulated-chain = { path = "cumulus/parachains/integration-tests/emulated/chains/parachains/assets/asset-hub-rococo", version = "0.1.0" }
asset-hub-rococo-runtime = { path = "cumulus/parachains/runtimes/assets/asset-hub-rococo", default-features = false, version = "0.21.0" }
asset-hub-rococo-runtime = { path = "cumulus/parachains/runtimes/assets/asset-hub-rococo", default-features = false, version = "0.21.1" }
asset-hub-westend-emulated-chain = { path = "cumulus/parachains/integration-tests/emulated/chains/parachains/assets/asset-hub-westend", version = "0.1.0" }
asset-hub-westend-runtime = { path = "cumulus/parachains/runtimes/assets/asset-hub-westend", version = "0.25.0" }
asset-hub-westend-runtime = { path = "cumulus/parachains/runtimes/assets/asset-hub-westend", version = "0.25.1" }
asset-test-utils = { path = "cumulus/parachains/runtimes/assets/test-utils", default-features = false, version = "17.0.0" }
assets-common = { path = "cumulus/parachains/runtimes/assets/common", default-features = false, version = "0.17.0" }
async-channel = { version = "1.8.0" }
Expand Down Expand Up @@ -681,7 +681,7 @@ cumulus-client-pov-recovery = { path = "cumulus/client/pov-recovery", default-fe
cumulus-client-service = { path = "cumulus/client/service", default-features = false, version = "0.17.0" }
cumulus-pallet-aura-ext = { path = "cumulus/pallets/aura-ext", default-features = false, version = "0.16.0" }
cumulus-pallet-dmp-queue = { default-features = false, path = "cumulus/pallets/dmp-queue" }
cumulus-pallet-parachain-system = { path = "cumulus/pallets/parachain-system", default-features = false, version = "0.16.1" }
cumulus-pallet-parachain-system = { path = "cumulus/pallets/parachain-system", default-features = false, version = "0.16.2" }
cumulus-pallet-parachain-system-proc-macro = { path = "cumulus/pallets/parachain-system/proc-macro", default-features = false, version = "0.6.0" }
cumulus-pallet-session-benchmarking = { path = "cumulus/pallets/session-benchmarking", default-features = false, version = "18.0.0" }
cumulus-pallet-solo-to-para = { path = "cumulus/pallets/solo-to-para", default-features = false, version = "0.16.0" }
Expand Down Expand Up @@ -716,7 +716,7 @@ dyn-clone = { version = "1.0.16" }
ed25519-dalek = { version = "2.1", default-features = false }
ed25519-zebra = { version = "4.0.3", default-features = false }
either = { version = "1.8.1", default-features = false }
emulated-integration-tests-common = { path = "cumulus/parachains/integration-tests/emulated/common", default-features = false, version = "13.0.0" }
emulated-integration-tests-common = { path = "cumulus/parachains/integration-tests/emulated/common", default-features = false, version = "13.1.0" }
enumflags2 = { version = "0.7.7" }
enumn = { version = "0.1.12" }
env_logger = { version = "0.11.3" }
Expand Down Expand Up @@ -914,7 +914,7 @@ pallet-indices = { path = "substrate/frame/indices", default-features = false, v
pallet-insecure-randomness-collective-flip = { path = "substrate/frame/insecure-randomness-collective-flip", default-features = false, version = "25.0.0" }
pallet-lottery = { default-features = false, path = "substrate/frame/lottery" }
pallet-membership = { path = "substrate/frame/membership", default-features = false, version = "37.0.0" }
pallet-message-queue = { path = "substrate/frame/message-queue", default-features = false, version = "40.0.0" }
pallet-message-queue = { path = "substrate/frame/message-queue", default-features = false, version = "40.0.1" }
pallet-migrations = { path = "substrate/frame/migrations", default-features = false, version = "7.0.1" }
pallet-minimal-template = { path = "templates/minimal/pallets/template", default-features = false, version = "0.1.0" }
pallet-mixnet = { default-features = false, path = "substrate/frame/mixnet" }
Expand Down Expand Up @@ -969,10 +969,10 @@ pallet-uniques = { path = "substrate/frame/uniques", default-features = false, v
pallet-utility = { path = "substrate/frame/utility", default-features = false, version = "37.0.1" }
pallet-vesting = { path = "substrate/frame/vesting", default-features = false, version = "37.0.0" }
pallet-whitelist = { path = "substrate/frame/whitelist", default-features = false, version = "36.0.0" }
pallet-xcm = { path = "polkadot/xcm/pallet-xcm", default-features = false, version = "16.0.1" }
pallet-xcm = { path = "polkadot/xcm/pallet-xcm", default-features = false, version = "16.0.2" }
pallet-xcm-benchmarks = { path = "polkadot/xcm/pallet-xcm-benchmarks", default-features = false, version = "16.0.0" }
pallet-xcm-bridge-hub = { path = "bridges/modules/xcm-bridge-hub", default-features = false, version = "0.12.1" }
pallet-xcm-bridge-hub-router = { path = "bridges/modules/xcm-bridge-hub-router", default-features = false, version = "0.14.1" }
pallet-xcm-bridge-hub-router = { path = "bridges/modules/xcm-bridge-hub-router", default-features = false, version = "0.14.2" }
parachain-info = { path = "cumulus/parachains/pallets/parachain-info", default-features = false, package = "staging-parachain-info", version = "0.16.0" }
parachain-template-runtime = { path = "templates/parachain/runtime", version = "0.1.0" }
parachains-common = { path = "cumulus/parachains/common", default-features = false, version = "17.0.0" }
Expand Down Expand Up @@ -1330,12 +1330,12 @@ wasmi = { version = "0.32.3", default-features = false }
wasmtime = { version = "8.0.1", default-features = false }
wat = { version = "1.0.0" }
westend-emulated-chain = { path = "cumulus/parachains/integration-tests/emulated/chains/relays/westend", default-features = false, version = "0.1.0" }
westend-runtime = { path = "polkadot/runtime/westend", version = "17.0.0" }
westend-runtime = { path = "polkadot/runtime/westend", version = "17.0.1" }
westend-runtime-constants = { path = "polkadot/runtime/westend/constants", default-features = false, version = "16.0.0" }
westend-system-emulated-network = { path = "cumulus/parachains/integration-tests/emulated/networks/westend-system", version = "0.1.0" }
x25519-dalek = { version = "2.0" }
xcm = { path = "polkadot/xcm", default-features = false, package = "staging-xcm", version = "14.1.0" }
xcm-builder = { path = "polkadot/xcm/xcm-builder", default-features = false, package = "staging-xcm-builder", version = "16.0.1" }
xcm-builder = { path = "polkadot/xcm/xcm-builder", default-features = false, package = "staging-xcm-builder", version = "16.0.2" }
xcm-docs = { path = "polkadot/xcm/docs", version = "0.1.0" }
xcm-emulator = { path = "cumulus/xcm/xcm-emulator", default-features = false, version = "0.15.0" }
xcm-executor = { path = "polkadot/xcm/xcm-executor", default-features = false, package = "staging-xcm-executor", version = "16.0.0" }
Expand Down
2 changes: 1 addition & 1 deletion bridges/modules/xcm-bridge-hub-router/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "pallet-xcm-bridge-hub-router"
description = "Bridge hub interface for sibling/parent chains with dynamic fees support. (polkadot v1.15.0)"
version = "0.14.1"
version = "0.14.2"
authors.workspace = true
edition.workspace = true
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"
Expand Down
2 changes: 1 addition & 1 deletion cumulus/pallets/parachain-system/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cumulus-pallet-parachain-system"
version = "0.16.1"
version = "0.16.2"
authors.workspace = true
edition.workspace = true
description = "Base pallet for cumulus-based parachains (polkadot v1.15.0)"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "emulated-integration-tests-common"
version = "13.0.0"
version = "13.1.0"
authors.workspace = true
edition.workspace = true
license = "Apache-2.0"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ workspace = true
codec = { workspace = true }
scale-info = { features = ["derive"], workspace = true }
hex-literal = { workspace = true, default-features = true }

sp-core.workspace = true
frame-support.workspace = true
pallet-assets.workspace = true
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "asset-hub-rococo-runtime"
version = "0.21.0"
version = "0.21.1"
authors.workspace = true
edition.workspace = true
description = "Rococo variant of Asset Hub parachain runtime (polkadot v1.15.0)"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "asset-hub-westend-runtime"
version = "0.25.0"
version = "0.25.1"
authors.workspace = true
edition.workspace = true
description = "Westend variant of Asset Hub parachain runtime (polkadot v1.15.0)"
Expand Down
2 changes: 1 addition & 1 deletion polkadot/runtime/westend/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "westend-runtime"
build = "build.rs"
version = "17.0.0"
version = "17.0.1"
description = "Westend testnet Relay Chain runtime. (polkadot v1.15.0)"
authors.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion polkadot/xcm/pallet-xcm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "pallet-xcm"
version = "16.0.1"
version = "16.0.2"
description = "A pallet for handling XCM programs. (polkadot v1.15.0)"
authors.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion polkadot/xcm/xcm-builder/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description = "Tools & types for building with XCM and its executor. (polkadot v
authors.workspace = true
edition.workspace = true
license.workspace = true
version = "16.0.1"
version = "16.0.2"

[lints]
workspace = true
Expand Down
2 changes: 1 addition & 1 deletion substrate/frame/message-queue/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
authors.workspace = true
edition.workspace = true
name = "pallet-message-queue"
version = "40.0.0"
version = "40.0.1"
license = "Apache-2.0"
homepage = "https://substrate.io"
repository.workspace = true
Expand Down
12 changes: 6 additions & 6 deletions umbrella/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ version = "0.16.0"
path = "../cumulus/pallets/parachain-system"
default-features = false
optional = true
version = "0.16.1"
version = "0.16.2"

[dependencies.cumulus-pallet-parachain-system-proc-macro]
path = "../cumulus/pallets/parachain-system/proc-macro"
Expand Down Expand Up @@ -1162,7 +1162,7 @@ version = "37.0.0"
path = "../substrate/frame/message-queue"
default-features = false
optional = true
version = "40.0.0"
version = "40.0.1"

[dependencies.pallet-migrations]
path = "../substrate/frame/migrations"
Expand Down Expand Up @@ -1468,7 +1468,7 @@ version = "36.0.0"
path = "../polkadot/xcm/pallet-xcm"
default-features = false
optional = true
version = "16.0.1"
version = "16.0.2"

[dependencies.pallet-xcm-benchmarks]
path = "../polkadot/xcm/pallet-xcm-benchmarks"
Expand All @@ -1486,7 +1486,7 @@ version = "0.12.1"
path = "../bridges/modules/xcm-bridge-hub-router"
default-features = false
optional = true
version = "0.14.1"
version = "0.14.2"

[dependencies.parachains-common]
path = "../cumulus/parachains/common"
Expand Down Expand Up @@ -1936,7 +1936,7 @@ version = "14.1.0"
path = "../polkadot/xcm/xcm-builder"
default-features = false
optional = true
version = "16.0.1"
version = "16.0.2"

[dependencies.staging-xcm-executor]
path = "../polkadot/xcm/xcm-executor"
Expand Down Expand Up @@ -2086,7 +2086,7 @@ version = "0.15.0"
path = "../cumulus/parachains/integration-tests/emulated/common"
default-features = false
optional = true
version = "13.0.0"
version = "13.1.0"

[dependencies.fork-tree]
path = "../substrate/utils/fork-tree"
Expand Down

0 comments on commit b386125

Please sign in to comment.