diff --git a/Cargo.lock b/Cargo.lock index b5ef7d5618..98c3112147 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -609,7 +609,7 @@ dependencies = [ [[package]] name = "astar-collator" -version = "5.42.1" +version = "5.42.2" dependencies = [ "astar-primitives", "astar-runtime", @@ -751,7 +751,7 @@ dependencies = [ [[package]] name = "astar-runtime" -version = "5.42.1" +version = "5.42.2" dependencies = [ "array-bytes 6.2.3", "astar-primitives", @@ -6483,7 +6483,7 @@ dependencies = [ [[package]] name = "local-runtime" -version = "5.42.1" +version = "5.42.2" dependencies = [ "array-bytes 6.2.3", "astar-primitives", @@ -14214,7 +14214,7 @@ dependencies = [ [[package]] name = "shibuya-runtime" -version = "5.42.1" +version = "5.42.2" dependencies = [ "array-bytes 6.2.3", "astar-primitives", @@ -14335,7 +14335,7 @@ dependencies = [ [[package]] name = "shiden-runtime" -version = "5.42.1" +version = "5.42.2" dependencies = [ "array-bytes 6.2.3", "astar-primitives", diff --git a/bin/collator/Cargo.toml b/bin/collator/Cargo.toml index 8bbf7c1323..0702b44841 100644 --- a/bin/collator/Cargo.toml +++ b/bin/collator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astar-collator" -version = "5.42.1" +version = "5.42.2" 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 8f25abd0f1..9edbe67e9d 100644 --- a/runtime/astar/Cargo.toml +++ b/runtime/astar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astar-runtime" -version = "5.42.1" +version = "5.42.2" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/local/Cargo.toml b/runtime/local/Cargo.toml index 13a4ebe06e..1ac76bd3f9 100644 --- a/runtime/local/Cargo.toml +++ b/runtime/local/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "local-runtime" -version = "5.42.1" +version = "5.42.2" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/shibuya/Cargo.toml b/runtime/shibuya/Cargo.toml index ddbecbea8e..6bb257a8da 100644 --- a/runtime/shibuya/Cargo.toml +++ b/runtime/shibuya/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shibuya-runtime" -version = "5.42.1" +version = "5.42.2" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/shiden/Cargo.toml b/runtime/shiden/Cargo.toml index b5dd064176..bb1ac94d32 100644 --- a/runtime/shiden/Cargo.toml +++ b/runtime/shiden/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shiden-runtime" -version = "5.42.1" +version = "5.42.2" build = "build.rs" authors.workspace = true edition.workspace = true