From 14eb85c64cb302dd8668890e0e2b964e8d5553a9 Mon Sep 17 00:00:00 2001 From: Ermal Kaleci Date: Fri, 9 Aug 2024 15:38:29 +0200 Subject: [PATCH] prep v5.43.0 --- Cargo.lock | 10 +++++----- bin/collator/Cargo.toml | 2 +- runtime/astar/Cargo.toml | 2 +- runtime/local/Cargo.toml | 2 +- runtime/shibuya/Cargo.toml | 2 +- runtime/shiden/Cargo.toml | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 92db87c8fe..6963b3a54b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -609,7 +609,7 @@ dependencies = [ [[package]] name = "astar-collator" -version = "5.42.2" +version = "5.43.0" dependencies = [ "astar-primitives", "astar-runtime", @@ -753,7 +753,7 @@ dependencies = [ [[package]] name = "astar-runtime" -version = "5.42.2" +version = "5.43.0" dependencies = [ "array-bytes 6.2.3", "astar-primitives", @@ -6570,7 +6570,7 @@ dependencies = [ [[package]] name = "local-runtime" -version = "5.42.2" +version = "5.43.0" dependencies = [ "array-bytes 6.2.3", "astar-primitives", @@ -14390,7 +14390,7 @@ dependencies = [ [[package]] name = "shibuya-runtime" -version = "5.42.2" +version = "5.43.0" dependencies = [ "array-bytes 6.2.3", "astar-primitives", @@ -14510,7 +14510,7 @@ dependencies = [ [[package]] name = "shiden-runtime" -version = "5.42.2" +version = "5.43.0" dependencies = [ "array-bytes 6.2.3", "astar-primitives", diff --git a/bin/collator/Cargo.toml b/bin/collator/Cargo.toml index 430825da8f..25e533259a 100644 --- a/bin/collator/Cargo.toml +++ b/bin/collator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astar-collator" -version = "5.42.2" +version = "5.43.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 757ffcc90b..14a5e3fcd9 100644 --- a/runtime/astar/Cargo.toml +++ b/runtime/astar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astar-runtime" -version = "5.42.2" +version = "5.43.0" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/local/Cargo.toml b/runtime/local/Cargo.toml index 0dbe366798..13c1ab37ab 100644 --- a/runtime/local/Cargo.toml +++ b/runtime/local/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "local-runtime" -version = "5.42.2" +version = "5.43.0" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/shibuya/Cargo.toml b/runtime/shibuya/Cargo.toml index 0efd23eb90..f6a87e05aa 100644 --- a/runtime/shibuya/Cargo.toml +++ b/runtime/shibuya/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shibuya-runtime" -version = "5.42.2" +version = "5.43.0" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/shiden/Cargo.toml b/runtime/shiden/Cargo.toml index d141238e9d..71c26c317c 100644 --- a/runtime/shiden/Cargo.toml +++ b/runtime/shiden/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shiden-runtime" -version = "5.42.2" +version = "5.43.0" build = "build.rs" authors.workspace = true edition.workspace = true