Skip to content

Commit 1d4b2ef

Browse files
authored
Update PBH to v1.3.3 (#3063)
1 parent 7b14e16 commit 1d4b2ef

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Cargo.lock

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

relay-clients/client-bridge-hub-polkadot/src/lib.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,5 +143,5 @@ impl ChainWithMessages for BridgeHubPolkadot {
143143

144144
impl ChainWithRuntimeVersion for BridgeHubPolkadot {
145145
const RUNTIME_VERSION: Option<SimpleRuntimeVersion> =
146-
Some(SimpleRuntimeVersion { spec_version: 1_003_000, transaction_version: 4 });
146+
Some(SimpleRuntimeVersion { spec_version: 1_003_003, transaction_version: 4 });
147147
}

substrate-relay/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "substrate-relay"
3-
version = "1.7.2"
3+
version = "1.7.3"
44
authors.workspace = true
55
edition.workspace = true
66
license = "GPL-3.0-or-later WITH Classpath-exception-2.0"

0 commit comments

Comments
 (0)