Skip to content

Commit 050919b

Browse files
[stable2503] stable2503-2 release preparations (#8452)
1 parent 70dd00c commit 050919b

File tree

8 files changed

+12
-12
lines changed

8 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
@@ -3312,9 +3312,9 @@ to = "2.0.0"
33123312
[[crate]]
33133313
# cumulus/xcm/xcm-emulator
33143314
name = "xcm-emulator"
3315-
from = "0.19.0"
3316-
to = "0.19.1"
3317-
bump = "minor"
3315+
from = "0.19.1"
3316+
to = "0.19.2"
3317+
bump = "patch"
33183318
reason = "changed"
33193319

33203320
[[crate]]
@@ -3624,9 +3624,9 @@ reason = "changed"
36243624
[[crate]]
36253625
# polkadot/node/network/dispute-distribution
36263626
name = "polkadot-dispute-distribution"
3627-
from = "21.1.0"
3628-
to = "22.0.0"
3629-
bump = "major"
3627+
from = "22.0.0"
3628+
to = "22.1.0"
3629+
bump = "minor"
36303630
reason = "changed"
36313631

36323632
[[crate]]

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

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

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

cumulus/xcm/xcm-emulator/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "xcm-emulator"
33
description = "Test kit to emulate XCM program execution."
4-
version = "0.19.1"
4+
version = "0.19.2"
55
authors.workspace = true
66
edition.workspace = true
77
license = "Apache-2.0"

polkadot/node/network/dispute-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-dispute-distribution"
3-
version = "22.0.0"
3+
version = "22.1.0"
44
description = "Polkadot Dispute Distribution subsystem, which ensures all concerned validators are aware of a dispute and have the relevant votes."
55
authors.workspace = true
66
edition.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.1";
62+
pub const NODE_VERSION: &'static str = "1.18.2";
6363

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

0 commit comments

Comments
 (0)