From 565cde3fe58c563c80c82a68b713cf079438ccbd Mon Sep 17 00:00:00 2001 From: vedhavyas Date: Thu, 24 Oct 2024 10:33:13 +0530 Subject: [PATCH] bump crate and runtime spec versions --- 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 f0d8b6c6f3..75a07fba94 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -459,7 +459,7 @@ dependencies = [ [[package]] name = "astar-collator" -version = "5.44.0" +version = "5.45.0" dependencies = [ "astar-primitives", "astar-runtime", @@ -609,7 +609,7 @@ dependencies = [ [[package]] name = "astar-runtime" -version = "5.44.0" +version = "5.45.0" dependencies = [ "array-bytes", "astar-primitives", @@ -6481,7 +6481,7 @@ dependencies = [ [[package]] name = "local-runtime" -version = "5.44.0" +version = "5.45.0" dependencies = [ "array-bytes", "astar-primitives", @@ -14309,7 +14309,7 @@ dependencies = [ [[package]] name = "shibuya-runtime" -version = "5.44.0" +version = "5.45.0" dependencies = [ "array-bytes", "astar-primitives", @@ -14431,7 +14431,7 @@ dependencies = [ [[package]] name = "shiden-runtime" -version = "5.44.0" +version = "5.45.0" dependencies = [ "array-bytes", "astar-primitives", diff --git a/bin/collator/Cargo.toml b/bin/collator/Cargo.toml index bfe5634ce5..ec0c3f258a 100644 --- a/bin/collator/Cargo.toml +++ b/bin/collator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astar-collator" -version = "5.44.0" +version = "5.45.0" 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 c8efe9434f..9c3f9632a3 100644 --- a/runtime/astar/Cargo.toml +++ b/runtime/astar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astar-runtime" -version = "5.44.0" +version = "5.45.0" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/astar/src/lib.rs b/runtime/astar/src/lib.rs index bec0dc69f6..b404a0cfd6 100644 --- a/runtime/astar/src/lib.rs +++ b/runtime/astar/src/lib.rs @@ -175,7 +175,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("astar"), impl_name: create_runtime_str!("astar"), authoring_version: 1, - spec_version: 95, + spec_version: 96, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 3, diff --git a/runtime/local/Cargo.toml b/runtime/local/Cargo.toml index 8f18110ea2..1fc813ba8b 100644 --- a/runtime/local/Cargo.toml +++ b/runtime/local/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "local-runtime" -version = "5.44.0" +version = "5.45.0" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/shibuya/Cargo.toml b/runtime/shibuya/Cargo.toml index 1662d54b7c..1393276fb2 100644 --- a/runtime/shibuya/Cargo.toml +++ b/runtime/shibuya/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shibuya-runtime" -version = "5.44.0" +version = "5.45.0" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/shibuya/src/lib.rs b/runtime/shibuya/src/lib.rs index 8b441aa0c2..63974b484a 100644 --- a/runtime/shibuya/src/lib.rs +++ b/runtime/shibuya/src/lib.rs @@ -207,7 +207,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("shibuya"), impl_name: create_runtime_str!("shibuya"), authoring_version: 1, - spec_version: 137, + spec_version: 138, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 3, diff --git a/runtime/shiden/Cargo.toml b/runtime/shiden/Cargo.toml index 0d09e31776..c0cdd968ef 100644 --- a/runtime/shiden/Cargo.toml +++ b/runtime/shiden/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shiden-runtime" -version = "5.44.0" +version = "5.45.0" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/shiden/src/lib.rs b/runtime/shiden/src/lib.rs index 77a3ae7af8..1f86e2ab62 100644 --- a/runtime/shiden/src/lib.rs +++ b/runtime/shiden/src/lib.rs @@ -177,7 +177,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("shiden"), impl_name: create_runtime_str!("shiden"), authoring_version: 1, - spec_version: 134, + spec_version: 135, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 3,