From 8b2065ae570e695903dbcd01d0d99d64628dd2cb Mon Sep 17 00:00:00 2001 From: Ermal Kaleci Date: Tue, 18 Jun 2024 11:08:05 +0200 Subject: [PATCH] Prep for v5.40.0 release (#1266) * v5.40.0 release * update Cargo.lock --- 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 abe3a9f9c4..b2c6edb0a0 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -623,7 +623,7 @@ dependencies = [ [[package]] name = "astar-collator" -version = "5.39.1" +version = "5.40.0" dependencies = [ "astar-primitives", "astar-runtime", @@ -758,7 +758,7 @@ dependencies = [ [[package]] name = "astar-runtime" -version = "5.39.1" +version = "5.40.0" dependencies = [ "array-bytes 6.1.0", "astar-primitives", @@ -6702,7 +6702,7 @@ dependencies = [ [[package]] name = "local-runtime" -version = "5.39.1" +version = "5.40.0" dependencies = [ "array-bytes 6.1.0", "astar-primitives", @@ -14001,7 +14001,7 @@ dependencies = [ [[package]] name = "shibuya-runtime" -version = "5.39.1" +version = "5.40.0" dependencies = [ "array-bytes 6.1.0", "astar-primitives", @@ -14117,7 +14117,7 @@ dependencies = [ [[package]] name = "shiden-runtime" -version = "5.39.1" +version = "5.40.0" dependencies = [ "array-bytes 6.1.0", "astar-primitives", diff --git a/bin/collator/Cargo.toml b/bin/collator/Cargo.toml index 198b41b09b..39fdafe2d4 100644 --- a/bin/collator/Cargo.toml +++ b/bin/collator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astar-collator" -version = "5.39.1" +version = "5.40.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 04cdbd0307..19460c9ed3 100644 --- a/runtime/astar/Cargo.toml +++ b/runtime/astar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astar-runtime" -version = "5.39.1" +version = "5.40.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 bdb899619d..0784837c8d 100644 --- a/runtime/astar/src/lib.rs +++ b/runtime/astar/src/lib.rs @@ -154,7 +154,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("astar"), impl_name: create_runtime_str!("astar"), authoring_version: 1, - spec_version: 88, + spec_version: 89, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 2, diff --git a/runtime/local/Cargo.toml b/runtime/local/Cargo.toml index b62104e156..da7d526e38 100644 --- a/runtime/local/Cargo.toml +++ b/runtime/local/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "local-runtime" -version = "5.39.1" +version = "5.40.0" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/shibuya/Cargo.toml b/runtime/shibuya/Cargo.toml index 4bc4547a0f..79674d59cd 100644 --- a/runtime/shibuya/Cargo.toml +++ b/runtime/shibuya/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shibuya-runtime" -version = "5.39.1" +version = "5.40.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 770c2f3b59..cd2e52156f 100644 --- a/runtime/shibuya/src/lib.rs +++ b/runtime/shibuya/src/lib.rs @@ -176,7 +176,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("shibuya"), impl_name: create_runtime_str!("shibuya"), authoring_version: 1, - spec_version: 130, + spec_version: 131, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 2, diff --git a/runtime/shiden/Cargo.toml b/runtime/shiden/Cargo.toml index 084a60e99c..190214128e 100644 --- a/runtime/shiden/Cargo.toml +++ b/runtime/shiden/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shiden-runtime" -version = "5.39.1" +version = "5.40.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 f2c31deb67..3e9159cb06 100644 --- a/runtime/shiden/src/lib.rs +++ b/runtime/shiden/src/lib.rs @@ -155,7 +155,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("shiden"), impl_name: create_runtime_str!("shiden"), authoring_version: 1, - spec_version: 127, + spec_version: 128, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 2,