From 753b6bb23a4777b898a5f71047c74001405fb893 Mon Sep 17 00:00:00 2001 From: Branan Riley Date: Tue, 15 Aug 2023 10:42:20 -0700 Subject: [PATCH] Altair spec 1029 for Algol --- Cargo.lock | 2 +- runtime/altair/Cargo.toml | 2 +- runtime/altair/src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9aae3451a5..be955dd425 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -190,7 +190,7 @@ dependencies = [ [[package]] name = "altair-runtime" -version = "0.10.28" +version = "0.10.29" dependencies = [ "axelar-gateway-precompile", "cfg-primitives", diff --git a/runtime/altair/Cargo.toml b/runtime/altair/Cargo.toml index 5b09319da9..8d6aa31b5a 100644 --- a/runtime/altair/Cargo.toml +++ b/runtime/altair/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "altair-runtime" -version = "0.10.28" +version = "0.10.29" authors = ["Centrifuge "] edition = "2021" build = "build.rs" diff --git a/runtime/altair/src/lib.rs b/runtime/altair/src/lib.rs index c1b7b1c522..039e8e848a 100644 --- a/runtime/altair/src/lib.rs +++ b/runtime/altair/src/lib.rs @@ -124,7 +124,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("altair"), impl_name: create_runtime_str!("altair"), authoring_version: 1, - spec_version: 1028, + spec_version: 1029, impl_version: 1, #[cfg(not(feature = "disable-runtime-api"))] apis: RUNTIME_API_VERSIONS,