Skip to content

Commit d9610ff

Browse files
authored
[STABLE2506] Crates update (#9982)
1 parent 1660748 commit d9610ff

File tree

13 files changed

+23
-23
lines changed

13 files changed

+23
-23
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 & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -792,9 +792,9 @@ reason = "changed"
792792
[[crate]]
793793
# substrate/primitives/statement-store
794794
name = "sp-statement-store"
795-
from = "20.1.0"
796-
to = "21.0.0"
797-
bump = "major"
795+
from = "21.0.0"
796+
to = "21.1.0"
797+
bump = "minor"
798798
reason = "changed"
799799

800800
[[crate]]
@@ -1236,9 +1236,9 @@ reason = "changed"
12361236
[[crate]]
12371237
# substrate/client/statement-store
12381238
name = "sc-statement-store"
1239-
from = "21.0.0"
1240-
to = "22.0.0"
1241-
bump = "major"
1239+
from = "22.0.0"
1240+
to = "22.1.0"
1241+
bump = "minor"
12421242
reason = "changed"
12431243

12441244
[[crate]]
@@ -1602,9 +1602,9 @@ reason = "changed"
16021602
[[crate]]
16031603
# substrate/frame/ranked-collective
16041604
name = "pallet-ranked-collective"
1605-
from = "40.1.0"
1606-
to = "41.0.0"
1607-
bump = "major"
1605+
from = "41.0.0"
1606+
to = "41.0.1"
1607+
bump = "patch"
16081608
reason = "changed"
16091609

16101610
[[crate]]
@@ -2968,9 +2968,9 @@ reason = "changed"
29682968
[[crate]]
29692969
# cumulus/pallets/xcmp-queue
29702970
name = "cumulus-pallet-xcmp-queue"
2971-
from = "0.20.0"
2972-
to = "0.21.0"
2973-
bump = "major"
2971+
from = "0.21.0"
2972+
to = "0.21.1"
2973+
bump = "minor"
29742974
reason = "changed"
29752975

29762976
[[crate]]

cumulus/pallets/xcmp-queue/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cumulus-pallet-xcmp-queue"
3-
version = "0.21.0"
3+
version = "0.21.1"
44
authors.workspace = true
55
edition.workspace = true
66
description = "Pallet to queue outbound and inbound XCMP messages."

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.19.2";
28+
pub const NODE_VERSION: &'static str = "1.19.3";
2929

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

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.19.2";
65+
pub const NODE_VERSION: &'static str = "1.19.3";
6666

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

0 commit comments

Comments
 (0)