Skip to content

Commit

Permalink
Apply plan
Browse files Browse the repository at this point in the history
  • Loading branch information
Morganamilo committed Jul 29, 2024
1 parent 1d2862c commit bc3919b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
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.0" }
polkadot-runtime-parachains = { path = "polkadot/runtime/parachains", default-features = false, version = "15.0.1" }
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
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.0"
version = "15.0.1"
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 umbrella/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -1528,7 +1528,7 @@ version = "15.0.0"
path = "../polkadot/runtime/parachains"
default-features = false
optional = true
version = "15.0.0"
version = "15.0.1"

[dependencies.polkadot-sdk-frame]
path = "../substrate/frame"
Expand Down

0 comments on commit bc3919b

Please sign in to comment.