Skip to content

Commit 2b1d007

Browse files
github-actions[bot]EgorPopelyaevParityReleases
authored
Post crates release activities for stable2509 (#10818)
Automated PR containing post-crates-release activities: - NODE_VERSION bumps - Path dependencies replacement - Zepter fixes - Taplo formatting - PRDocs reorganization --------- Co-authored-by: EgorPopelyaev <egor@parity.io> Co-authored-by: ParityReleases <release-team@parity.io>
1 parent 5bb8a1c commit 2b1d007

File tree

10 files changed

+27
-32
lines changed

10 files changed

+27
-32
lines changed

Cargo.lock

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Plan.toml

Lines changed: 12 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,9 @@ to = "11.0.1"
159159
# substrate/primitives/metadata-ir
160160
name = "sp-metadata-ir"
161161
from = "0.12.0"
162-
to = "0.12.0"
162+
to = "0.12.2"
163+
bump = "patch"
164+
reason = "changed"
163165

164166
[[crate]]
165167
# substrate/primitives/panic-handler
@@ -792,9 +794,9 @@ reason = "changed"
792794
[[crate]]
793795
# substrate/frame/support
794796
name = "frame-support"
795-
from = "42.0.0"
796-
to = "43.0.0"
797-
bump = "major"
797+
from = "43.0.0"
798+
to = "43.0.1"
799+
bump = "patch"
798800
reason = "changed"
799801

800802
[[crate]]
@@ -870,9 +872,9 @@ to = "0.3.4"
870872
[[crate]]
871873
# substrate/utils/wasm-builder
872874
name = "substrate-wasm-builder"
873-
from = "28.0.0"
874-
to = "29.0.0"
875-
bump = "major"
875+
from = "29.0.0"
876+
to = "29.0.1"
877+
bump = "patch"
876878
reason = "changed"
877879

878880
[[crate]]
@@ -1116,9 +1118,9 @@ to = "28.0.0"
11161118
[[crate]]
11171119
# substrate/frame/examples/view-functions
11181120
name = "pallet-example-view-functions"
1119-
from = "0.4.0"
1120-
to = "0.5.0"
1121-
bump = "major"
1121+
from = "0.5.0"
1122+
to = "0.5.1"
1123+
bump = "patch"
11221124
reason = "changed"
11231125

11241126
[[crate]]

cumulus/polkadot-omni-node/lib/src/nodes/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ use sc_service::{Configuration, TaskManager};
2424
/// The current node version for cumulus official binaries, which takes the basic
2525
/// SemVer form `<major>.<minor>.<patch>`. It should correspond to the latest
2626
/// `polkadot` version of a stable release.
27-
pub const NODE_VERSION: &'static str = "1.20.3";
27+
pub const NODE_VERSION: &'static str = "1.20.4";
2828

2929
/// Trait that extends the `DynNodeSpec` trait with manual seal related logic.
3030
///

polkadot/node/primitives/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ pub use disputes::{
6262
/// relatively rare.
6363
///
6464
/// The associated worker binaries should use the same version as the node that spawns them.
65-
pub const NODE_VERSION: &'static str = "1.20.3";
65+
pub const NODE_VERSION: &'static str = "1.20.4";
6666

6767
// For a 16-ary Merkle Prefix Trie, we can expect at most 16 32-byte hashes per node
6868
// plus some overhead:
Lines changed: 5 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,6 @@
1-
The following crates were updated to the corresponding versions:
1+
The following crates were updated to the corresponding versions:
22

3-
- pallet-staking-async-rc-client@0.4.1
4-
- sc-network@0.53.1
5-
- cumulus-test-relay-sproof-builder@0.22.1
6-
- pallet-staking-async@0.5.2
7-
- sc-rpc-spec-v2@0.53.1
8-
- cumulus-pallet-parachain-system@0.23.2
9-
- parachains-runtimes-test-utils@26.0.1
10-
- xcm-emulator@0.23.1
11-
- asset-hub-westend-runtime@0.36.2
12-
- cumulus-client-parachain-inherent@0.20.1
13-
- cumulus-client-consensus-aura@0.26.2
3+
- sp-metadata-ir@0.12.2
4+
- frame-support@43.0.1
5+
- substrate-wasm-builder@29.0.1
6+
- pallet-example-view-functions@0.5.1

substrate/frame/examples/view-functions/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "pallet-example-view-functions"
3-
version = "0.5.0"
3+
version = "0.5.1"
44
authors.workspace = true
55
edition.workspace = true
66
license.workspace = true

substrate/frame/support/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "frame-support"
3-
version = "43.0.0"
3+
version = "43.0.1"
44
authors.workspace = true
55
edition.workspace = true
66
license = "Apache-2.0"

substrate/primitives/metadata-ir/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "sp-metadata-ir"
3-
version = "0.12.0"
3+
version = "0.12.2"
44
authors.workspace = true
55
edition.workspace = true
66
license = "Apache-2.0"

substrate/utils/wasm-builder/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "substrate-wasm-builder"
3-
version = "29.0.0"
3+
version = "29.0.1"
44
authors.workspace = true
55
description = "Utility for building WASM binaries"
66
edition.workspace = true

0 commit comments

Comments
 (0)