From 6938c022440894f1bb00f7c9d02e07564bebd087 Mon Sep 17 00:00:00 2001 From: Igor Papandinas <26460174+ipapandinas@users.noreply.github.com> Date: Wed, 25 Feb 2026 14:38:18 +0400 Subject: [PATCH] chore: bump spec_version 2102 --- Cargo.lock | 6 +++--- runtime/astar/Cargo.toml | 2 +- runtime/astar/src/lib.rs | 2 +- runtime/shibuya/Cargo.toml | 2 +- runtime/shibuya/src/lib.rs | 2 +- runtime/shiden/Cargo.toml | 2 +- runtime/shiden/src/lib.rs | 2 +- 7 files changed, 9 insertions(+), 9 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index bc4760f7f..3184354fc 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -982,7 +982,7 @@ dependencies = [ [[package]] name = "astar-runtime" -version = "21.0.1" +version = "21.0.2" dependencies = [ "array-bytes 6.2.3", "astar-primitives", @@ -16060,7 +16060,7 @@ dependencies = [ [[package]] name = "shibuya-runtime" -version = "21.0.1" +version = "21.0.2" dependencies = [ "array-bytes 6.2.3", "astar-primitives", @@ -16185,7 +16185,7 @@ dependencies = [ [[package]] name = "shiden-runtime" -version = "21.0.1" +version = "21.0.2" dependencies = [ "array-bytes 6.2.3", "astar-primitives", diff --git a/runtime/astar/Cargo.toml b/runtime/astar/Cargo.toml index e4edf2b28..1c01e68e1 100644 --- a/runtime/astar/Cargo.toml +++ b/runtime/astar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astar-runtime" -version = "21.0.1" +version = "21.0.2" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/astar/src/lib.rs b/runtime/astar/src/lib.rs index 54f2b4023..9ce41bca7 100644 --- a/runtime/astar/src/lib.rs +++ b/runtime/astar/src/lib.rs @@ -195,7 +195,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: Cow::Borrowed("astar"), impl_name: Cow::Borrowed("astar"), authoring_version: 1, - spec_version: 2101, + spec_version: 2102, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 3, diff --git a/runtime/shibuya/Cargo.toml b/runtime/shibuya/Cargo.toml index d3692a2c4..252bec61c 100644 --- a/runtime/shibuya/Cargo.toml +++ b/runtime/shibuya/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shibuya-runtime" -version = "21.0.1" +version = "21.0.2" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/shibuya/src/lib.rs b/runtime/shibuya/src/lib.rs index 4dd578ad4..baae4642e 100644 --- a/runtime/shibuya/src/lib.rs +++ b/runtime/shibuya/src/lib.rs @@ -214,7 +214,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: Cow::Borrowed("shibuya"), impl_name: Cow::Borrowed("shibuya"), authoring_version: 1, - spec_version: 2101, + spec_version: 2102, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 3, diff --git a/runtime/shiden/Cargo.toml b/runtime/shiden/Cargo.toml index 91e5f7105..64e0c33f9 100644 --- a/runtime/shiden/Cargo.toml +++ b/runtime/shiden/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shiden-runtime" -version = "21.0.1" +version = "21.0.2" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/shiden/src/lib.rs b/runtime/shiden/src/lib.rs index 59d0d3ad3..653d35e27 100644 --- a/runtime/shiden/src/lib.rs +++ b/runtime/shiden/src/lib.rs @@ -186,7 +186,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: Cow::Borrowed("shiden"), impl_name: Cow::Borrowed("shiden"), authoring_version: 1, - spec_version: 2101, + spec_version: 2102, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 3,