From a2c58b46fb44ad82ba51f9e227ee0256e10ee7ff Mon Sep 17 00:00:00 2001 From: Serban Iorga Date: Tue, 15 Oct 2024 15:28:50 +0300 Subject: [PATCH] Update PBH to v1.3.3 --- Cargo.lock | 2 +- relay-clients/client-bridge-hub-polkadot/src/lib.rs | 2 +- substrate-relay/Cargo.toml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 07b38c6138..11c411d781 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -9678,7 +9678,7 @@ dependencies = [ [[package]] name = "substrate-relay" -version = "1.7.2" +version = "1.7.3" dependencies = [ "anyhow", "async-std", diff --git a/relay-clients/client-bridge-hub-polkadot/src/lib.rs b/relay-clients/client-bridge-hub-polkadot/src/lib.rs index c629bfff7a..871f35a32c 100644 --- a/relay-clients/client-bridge-hub-polkadot/src/lib.rs +++ b/relay-clients/client-bridge-hub-polkadot/src/lib.rs @@ -143,5 +143,5 @@ impl ChainWithMessages for BridgeHubPolkadot { impl ChainWithRuntimeVersion for BridgeHubPolkadot { const RUNTIME_VERSION: Option = - Some(SimpleRuntimeVersion { spec_version: 1_003_000, transaction_version: 4 }); + Some(SimpleRuntimeVersion { spec_version: 1_003_003, transaction_version: 4 }); } diff --git a/substrate-relay/Cargo.toml b/substrate-relay/Cargo.toml index 4e82d8bdfe..075511251c 100644 --- a/substrate-relay/Cargo.toml +++ b/substrate-relay/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "substrate-relay" -version = "1.7.2" +version = "1.7.3" authors.workspace = true edition.workspace = true license = "GPL-3.0-or-later WITH Classpath-exception-2.0"