diff --git a/Cargo.lock b/Cargo.lock index 357323e4f143..763112b6f868 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -19813,7 +19813,7 @@ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" [[package]] name = "staging-chain-spec-builder" -version = "1.6.0" +version = "1.13.0" dependencies = [ "clap 4.5.3", "log", diff --git a/Plan.toml b/Plan.toml index 8bc5dc27ff01..8230f69b926d 100644 --- a/Plan.toml +++ b/Plan.toml @@ -1,5 +1,5 @@ # generated by parity-publish v0.5.1 -# command: parity-publish plan --patch - +# command: parity-publish plan . --patch staging-chain-spec-builder [options] description = "polkadot v1.12.0" @@ -2443,9 +2443,9 @@ reason = "changed" [[crate]] name = "staging-chain-spec-builder" from = "0.1.0" -to = "0.1.0" -bump = "major" -publish = false +to = "1.13.0" +bump = "minor" +reason = "bumped by --patch" [[crate]] name = "xcm-simulator" diff --git a/docs/sdk/Cargo.toml b/docs/sdk/Cargo.toml index b5deccb538f8..a99e8314adb6 100644 --- a/docs/sdk/Cargo.toml +++ b/docs/sdk/Cargo.toml @@ -29,7 +29,7 @@ docify = "0.2.8" # Polkadot SDK deps, typically all should only be in scope such that we can link to their doc item. node-cli = { package = "staging-node-cli", path = "../../substrate/bin/node/cli", version = "0.1.0" } kitchensink-runtime = { version = "0.1.0", path = "../../substrate/bin/node/runtime" } -chain-spec-builder = { package = "staging-chain-spec-builder", path = "../../substrate/bin/utils/chain-spec-builder", version = "0.1.0" } +chain-spec-builder = { package = "staging-chain-spec-builder", path = "../../substrate/bin/utils/chain-spec-builder", version = "1.13.0" } subkey = { version = "15.0.0", path = "../../substrate/bin/utils/subkey" } frame-system = { path = "../../substrate/frame/system", default-features = false, version = "34.0.1" } frame-support = { path = "../../substrate/frame/support", default-features = false, version = "34.0.0" } diff --git a/substrate/bin/utils/chain-spec-builder/Cargo.toml b/substrate/bin/utils/chain-spec-builder/Cargo.toml index 0dd60ea03243..004f85ae040d 100644 --- a/substrate/bin/utils/chain-spec-builder/Cargo.toml +++ b/substrate/bin/utils/chain-spec-builder/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "staging-chain-spec-builder" -version = "1.6.0" +version = "1.13.0" authors.workspace = true edition.workspace = true build = "build.rs" @@ -8,7 +8,7 @@ license = "GPL-3.0-or-later WITH Classpath-exception-2.0" homepage = "https://substrate.io" repository.workspace = true publish = true -description = "Utility for building chain-specification files for Substrate-based runtimes based on `sp-genesis-builder`" +description = "Utility for building chain-specification files for Substrate-based runtimes based on `sp-genesis-builder` (polkadot v1.12.0)" [lints] workspace = true