Skip to content

Commit cf286f3

Browse files
[unstable2507] Post crates release changes (#10579)
Co-authored-by: pgherveou <[email protected]>
1 parent 4585a72 commit cf286f3

File tree

465 files changed

+1852
-1839
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

465 files changed

+1852
-1839
lines changed

Cargo.lock

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

Plan.toml

Lines changed: 746 additions & 728 deletions
Large diffs are not rendered by default.

bridges/bin/runtime-common/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "bridge-runtime-common"
3-
version = "0.23.0"
3+
version = "0.25.0"
44
description = "Common types and functions that may be used by substrate-based runtimes of all bridged chains"
55
authors.workspace = true
66
edition.workspace = true

bridges/chains/chain-cumulus/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "bp-bridge-hub-cumulus"
33
description = "Primitives for BridgeHub parachain runtimes."
4-
version = "0.24.0"
4+
version = "0.26.0"
55
authors.workspace = true
66
edition.workspace = true
77
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

bridges/chains/chain-polkadot-bulletin/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "bp-polkadot-bulletin"
33
description = "Primitives of Polkadot Bulletin chain runtime."
4-
version = "0.19.0"
4+
version = "0.21.0"
55
authors.workspace = true
66
edition.workspace = true
77
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

bridges/modules/grandpa/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-bridge-grandpa"
3-
version = "0.22.0"
3+
version = "0.24.0"
44
description = "Module implementing GRANDPA on-chain light client used for bridging consensus of substrate-based chains."
55
authors.workspace = true
66
edition.workspace = true

bridges/modules/messages/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "pallet-bridge-messages"
33
description = "Module that allows bridged chains to exchange messages using lane concept."
4-
version = "0.22.0"
4+
version = "0.24.0"
55
authors.workspace = true
66
edition.workspace = true
77
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

bridges/modules/parachains/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-bridge-parachains"
3-
version = "0.22.0"
3+
version = "0.24.0"
44
description = "Module that allows bridged relay chains to exchange information on their parachains' heads."
55
authors.workspace = true
66
edition.workspace = true

bridges/modules/relayers/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "pallet-bridge-relayers"
33
description = "Module used to store relayer rewards and coordinate relayers set."
4-
version = "0.22.0"
4+
version = "0.24.0"
55
authors.workspace = true
66
edition.workspace = true
77
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

bridges/modules/xcm-bridge-hub-router/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
name = "pallet-xcm-bridge-hub-router"
33
description = "Bridge hub interface for sibling/parent chains with dynamic fees support."
4-
version = "0.20.0"
4+
version = "0.22.0"
55
authors.workspace = true
66
edition.workspace = true
77
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

0 commit comments

Comments
 (0)