Skip to content

Commit

Permalink
Apply plan
Browse files Browse the repository at this point in the history
  • Loading branch information
Morganamilo committed Aug 16, 2024
1 parent dbdb7d9 commit 237767a
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 12 deletions.
8 changes: 4 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -692,7 +692,7 @@ cumulus-primitives-aura = { path = "cumulus/primitives/aura", default-features =
cumulus-primitives-core = { path = "cumulus/primitives/core", default-features = false, version = "0.14.0" }
cumulus-primitives-parachain-inherent = { path = "cumulus/primitives/parachain-inherent", default-features = false, version = "0.14.0" }
cumulus-primitives-proof-size-hostfunction = { path = "cumulus/primitives/proof-size-hostfunction", default-features = false, version = "0.9.0" }
cumulus-primitives-storage-weight-reclaim = { path = "cumulus/primitives/storage-weight-reclaim", default-features = false, version = "6.0.1" }
cumulus-primitives-storage-weight-reclaim = { path = "cumulus/primitives/storage-weight-reclaim", default-features = false, version = "6.0.2" }
cumulus-primitives-timestamp = { path = "cumulus/primitives/timestamp", default-features = false, version = "0.14.0" }
cumulus-primitives-utility = { path = "cumulus/primitives/utility", default-features = false, version = "0.15.0" }
cumulus-relay-chain-inprocess-interface = { path = "cumulus/client/relay-chain-inprocess-interface", default-features = false, version = "0.15.0" }
Expand Down Expand Up @@ -752,7 +752,7 @@ frame-support-procedural = { path = "substrate/frame/support/procedural", defaul
frame-support-procedural-tools = { path = "substrate/frame/support/procedural/tools", default-features = false, version = "13.0.0" }
frame-support-procedural-tools-derive = { path = "substrate/frame/support/procedural/tools/derive", default-features = false, version = "12.0.0" }
frame-support-test = { path = "substrate/frame/support/test" }
frame-system = { path = "substrate/frame/system", default-features = false, version = "36.0.1" }
frame-system = { path = "substrate/frame/system", default-features = false, version = "36.1.0" }
frame-system-benchmarking = { path = "substrate/frame/system/benchmarking", default-features = false, version = "36.0.0" }
frame-system-rpc-runtime-api = { path = "substrate/frame/system/rpc/runtime-api", default-features = false, version = "33.0.0" }
frame-try-runtime = { path = "substrate/frame/try-runtime", default-features = false, version = "0.42.0" }
Expand Down Expand Up @@ -1034,7 +1034,7 @@ polkadot-primitives-test-helpers = { path = "polkadot/primitives/test-helpers",
polkadot-rpc = { path = "polkadot/rpc", default-features = false, version = "15.0.0" }
polkadot-runtime-common = { path = "polkadot/runtime/common", default-features = false, version = "15.0.0" }
polkadot-runtime-metrics = { path = "polkadot/runtime/metrics", default-features = false, version = "15.0.0" }
polkadot-runtime-parachains = { path = "polkadot/runtime/parachains", default-features = false, version = "15.0.2" }
polkadot-runtime-parachains = { path = "polkadot/runtime/parachains", default-features = false, version = "15.0.3" }
polkadot-sdk = { path = "umbrella", default-features = false, version = "0.3.0" }
polkadot-sdk-docs = { path = "docs/sdk", version = "0.1.0" }
polkadot-service = { path = "polkadot/node/service", default-features = false, version = "15.0.0" }
Expand Down Expand Up @@ -1330,7 +1330,7 @@ westend-runtime = { path = "polkadot/runtime/westend", version = "15.0.0" }
westend-runtime-constants = { path = "polkadot/runtime/westend/constants", default-features = false, version = "15.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.0.2" }
xcm = { path = "polkadot/xcm", default-features = false, package = "staging-xcm", version = "14.0.3" }
xcm-builder = { path = "polkadot/xcm/xcm-builder", default-features = false, package = "staging-xcm-builder", version = "15.0.0" }
xcm-docs = { path = "polkadot/xcm/docs", version = "0.1.0" }
xcm-emulator = { path = "cumulus/xcm/xcm-emulator", default-features = false, version = "0.13.0" }
Expand Down
2 changes: 1 addition & 1 deletion cumulus/primitives/storage-weight-reclaim/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cumulus-primitives-storage-weight-reclaim"
version = "6.0.1"
version = "6.0.2"
authors.workspace = true
edition.workspace = true
description = "Utilities to reclaim storage weight. (polkadot v1.14.0)"
Expand Down
2 changes: 1 addition & 1 deletion polkadot/runtime/parachains/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "polkadot-runtime-parachains"
version = "15.0.2"
version = "15.0.3"
description = "Relay Chain runtime code responsible for Parachains. (polkadot v1.14.0)"
authors.workspace = true
edition.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion polkadot/xcm/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "staging-xcm"
description = "The basic XCM datastructures. (polkadot v1.14.0)"
version = "14.0.2"
version = "14.0.3"
authors.workspace = true
edition.workspace = true
license.workspace = true
Expand Down
2 changes: 1 addition & 1 deletion substrate/frame/system/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "frame-system"
version = "36.0.1"
version = "36.1.0"
authors.workspace = true
edition.workspace = true
license = "Apache-2.0"
Expand Down
8 changes: 4 additions & 4 deletions umbrella/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -784,7 +784,7 @@ version = "0.9.0"
path = "../cumulus/primitives/storage-weight-reclaim"
default-features = false
optional = true
version = "6.0.1"
version = "6.0.2"

[dependencies.cumulus-primitives-timestamp]
path = "../cumulus/primitives/timestamp"
Expand Down Expand Up @@ -856,7 +856,7 @@ version = "12.0.0"
path = "../substrate/frame/system"
default-features = false
optional = true
version = "36.0.1"
version = "36.1.0"

[dependencies.frame-system-benchmarking]
path = "../substrate/frame/system/benchmarking"
Expand Down Expand Up @@ -1528,7 +1528,7 @@ version = "15.0.0"
path = "../polkadot/runtime/parachains"
default-features = false
optional = true
version = "15.0.2"
version = "15.0.3"

[dependencies.polkadot-sdk-frame]
path = "../substrate/frame"
Expand Down Expand Up @@ -1930,7 +1930,7 @@ version = "0.15.0"
path = "../polkadot/xcm"
default-features = false
optional = true
version = "14.0.2"
version = "14.0.3"

[dependencies.staging-xcm-builder]
path = "../polkadot/xcm/xcm-builder"
Expand Down

0 comments on commit 237767a

Please sign in to comment.