Skip to content

Commit

Permalink
Publish staging-chain-spec-builder
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorPopelyaev committed May 30, 2024
1 parent afd8337 commit 63adb70
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

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

8 changes: 4 additions & 4 deletions Plan.toml
Original file line number Diff line number Diff line change
@@ -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"
Expand Down Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion docs/sdk/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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" }
Expand Down
4 changes: 2 additions & 2 deletions substrate/bin/utils/chain-spec-builder/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
[package]
name = "staging-chain-spec-builder"
version = "1.6.0"
version = "1.13.0"
authors.workspace = true
edition.workspace = true
build = "build.rs"
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
Expand Down

0 comments on commit 63adb70

Please sign in to comment.