Skip to content

Commit 6600d9c

Browse files
[stable2503] Crates release stable2503-11 (#10170)
1 parent 6d637bc commit 6600d9c

File tree

7 files changed

+12
-12
lines changed

7 files changed

+12
-12
lines changed

Cargo.lock

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

Plan.toml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -908,9 +908,9 @@ reason = "changed"
908908
[[crate]]
909909
# polkadot/node/primitives
910910
name = "polkadot-node-primitives"
911-
from = "17.0.1"
912-
to = "19.0.0"
913-
bump = "major"
911+
from = "19.0.0"
912+
to = "19.1.0"
913+
bump = "minor"
914914
reason = "changed"
915915

916916
[[crate]]
@@ -3586,9 +3586,9 @@ to = "0.1.0"
35863586
[[crate]]
35873587
# polkadot/node/network/approval-distribution
35883588
name = "polkadot-approval-distribution"
3589-
from = "22.0.0"
3590-
to = "23.0.0"
3591-
bump = "major"
3589+
from = "23.0.0"
3590+
to = "23.0.1"
3591+
bump = "patch"
35923592
reason = "changed"
35933593

35943594
[[crate]]

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

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

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

polkadot/node/network/approval-distribution/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "polkadot-approval-distribution"
3-
version = "23.0.0"
3+
version = "23.0.1"
44
description = "Polkadot Approval Distribution subsystem for the distribution of assignments and approvals for approval checks on candidates over the network."
55
authors.workspace = true
66
edition.workspace = true

polkadot/node/primitives/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "polkadot-node-primitives"
33
description = "Primitives types for the Node-side"
4-
version = "19.0.0"
4+
version = "19.1.0"
55
authors.workspace = true
66
edition.workspace = true
77
license.workspace = true

polkadot/node/primitives/src/lib.rs

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

6464
// For a 16-ary Merkle Prefix Trie, we can expect at most 16 32-byte hashes per node
6565
// plus some overhead:
File renamed without changes.

0 commit comments

Comments
 (0)