From 8297d8145e86a6ca052bf8fb8ac26215523d3f0f Mon Sep 17 00:00:00 2001 From: Dino Pacandi Date: Mon, 28 Oct 2024 16:21:14 +0100 Subject: [PATCH 1/2] Runtime-1000 release prep --- Cargo.lock | 6 +++--- 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 +- 8 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 01a05a669..a4b43691b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -609,7 +609,7 @@ dependencies = [ [[package]] name = "astar-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/runtime/astar/Cargo.toml b/runtime/astar/Cargo.toml index c8efe9434..9c3f9632a 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 bec0dc69f..a0e52da84 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: 1000, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 3, diff --git a/runtime/local/Cargo.toml b/runtime/local/Cargo.toml index 8f18110ea..1fc813ba8 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 1662d54b7..1393276fb 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 8b441aa0c..ba30d0dca 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: 1000, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 3, diff --git a/runtime/shiden/Cargo.toml b/runtime/shiden/Cargo.toml index fafad36e5..4fd7a46d1 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 53877ef05..12d5d9305 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: 1000, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 3, From b7d496b60545e98d5a5c676769dd3178190f06c1 Mon Sep 17 00:00:00 2001 From: Dino Pacandi Date: Mon, 28 Oct 2024 17:33:52 +0100 Subject: [PATCH 2/2] Missing dep --- Cargo.lock | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.lock b/Cargo.lock index a4b43691b..3447a6b37 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -6481,7 +6481,7 @@ dependencies = [ [[package]] name = "local-runtime" -version = "5.44.0" +version = "5.45.0" dependencies = [ "array-bytes", "astar-primitives",