From 546b82fa714271e501ce0e21813ea22247f8de07 Mon Sep 17 00:00:00 2001 From: Ermal Kaleci Date: Sat, 24 Aug 2024 23:40:09 +0200 Subject: [PATCH] prep v5.43.1 --- Cargo.lock | 10 +++++----- bin/collator/Cargo.toml | 2 +- runtime/astar/Cargo.toml | 2 +- runtime/astar/src/lib.rs | 2 +- runtime/local/Cargo.toml | 2 +- runtime/shibuya/Cargo.toml | 2 +- runtime/shibuya/src/lib.rs | 2 +- runtime/shiden/Cargo.toml | 2 +- runtime/shiden/src/lib.rs | 2 +- 9 files changed, 13 insertions(+), 13 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ed5f3782c..6163e649e 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -609,7 +609,7 @@ dependencies = [ [[package]] name = "astar-collator" -version = "5.43.0" +version = "5.43.1" dependencies = [ "astar-primitives", "astar-runtime", @@ -753,7 +753,7 @@ dependencies = [ [[package]] name = "astar-runtime" -version = "5.43.0" +version = "5.43.1" dependencies = [ "array-bytes 6.2.3", "astar-primitives", @@ -6536,7 +6536,7 @@ dependencies = [ [[package]] name = "local-runtime" -version = "5.43.0" +version = "5.43.1" dependencies = [ "array-bytes 6.2.3", "astar-primitives", @@ -14336,7 +14336,7 @@ dependencies = [ [[package]] name = "shibuya-runtime" -version = "5.43.0" +version = "5.43.1" dependencies = [ "array-bytes 6.2.3", "astar-primitives", @@ -14454,7 +14454,7 @@ dependencies = [ [[package]] name = "shiden-runtime" -version = "5.43.0" +version = "5.43.1" dependencies = [ "array-bytes 6.2.3", "astar-primitives", diff --git a/bin/collator/Cargo.toml b/bin/collator/Cargo.toml index 25e533259..1af68ec9d 100644 --- a/bin/collator/Cargo.toml +++ b/bin/collator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astar-collator" -version = "5.43.0" +version = "5.43.1" description = "Astar collator implementation in Rust." build = "build.rs" default-run = "astar-collator" diff --git a/runtime/astar/Cargo.toml b/runtime/astar/Cargo.toml index b31cda6b3..65f546fe8 100644 --- a/runtime/astar/Cargo.toml +++ b/runtime/astar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astar-runtime" -version = "5.43.0" +version = "5.43.1" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/astar/src/lib.rs b/runtime/astar/src/lib.rs index 732bc2bdb..9aaa20368 100644 --- a/runtime/astar/src/lib.rs +++ b/runtime/astar/src/lib.rs @@ -172,7 +172,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("astar"), impl_name: create_runtime_str!("astar"), authoring_version: 1, - spec_version: 93, + spec_version: 94, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 3, diff --git a/runtime/local/Cargo.toml b/runtime/local/Cargo.toml index 13c1ab37a..f12ab053a 100644 --- a/runtime/local/Cargo.toml +++ b/runtime/local/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "local-runtime" -version = "5.43.0" +version = "5.43.1" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/shibuya/Cargo.toml b/runtime/shibuya/Cargo.toml index ea30fb6fe..379499622 100644 --- a/runtime/shibuya/Cargo.toml +++ b/runtime/shibuya/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shibuya-runtime" -version = "5.43.0" +version = "5.43.1" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/shibuya/src/lib.rs b/runtime/shibuya/src/lib.rs index 6482a066a..2909ce96d 100644 --- a/runtime/shibuya/src/lib.rs +++ b/runtime/shibuya/src/lib.rs @@ -204,7 +204,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("shibuya"), impl_name: create_runtime_str!("shibuya"), authoring_version: 1, - spec_version: 135, + spec_version: 136, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 3, diff --git a/runtime/shiden/Cargo.toml b/runtime/shiden/Cargo.toml index f896931ee..cc18c64c4 100644 --- a/runtime/shiden/Cargo.toml +++ b/runtime/shiden/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shiden-runtime" -version = "5.43.0" +version = "5.43.1" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/shiden/src/lib.rs b/runtime/shiden/src/lib.rs index 37fb876e6..c05252053 100644 --- a/runtime/shiden/src/lib.rs +++ b/runtime/shiden/src/lib.rs @@ -174,7 +174,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("shiden"), impl_name: create_runtime_str!("shiden"), authoring_version: 1, - spec_version: 132, + spec_version: 133, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 3,