diff --git a/Cargo.lock b/Cargo.lock index ed5f3782c1..6163e649e7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -609,7 +609,7 @@ dependencies = [ [[package]] name = "astar-collator" -version = "5.43.0" +version = "5.43.1" dependencies = [ "astar-primitives", "astar-runtime", @@ -753,7 +753,7 @@ dependencies = [ [[package]] name = "astar-runtime" -version = "5.43.0" +version = "5.43.1" dependencies = [ "array-bytes 6.2.3", "astar-primitives", @@ -6536,7 +6536,7 @@ dependencies = [ [[package]] name = "local-runtime" -version = "5.43.0" +version = "5.43.1" dependencies = [ "array-bytes 6.2.3", "astar-primitives", @@ -14336,7 +14336,7 @@ dependencies = [ [[package]] name = "shibuya-runtime" -version = "5.43.0" +version = "5.43.1" dependencies = [ "array-bytes 6.2.3", "astar-primitives", @@ -14454,7 +14454,7 @@ dependencies = [ [[package]] name = "shiden-runtime" -version = "5.43.0" +version = "5.43.1" dependencies = [ "array-bytes 6.2.3", "astar-primitives", diff --git a/bin/collator/Cargo.toml b/bin/collator/Cargo.toml index 25e533259a..1af68ec9d9 100644 --- a/bin/collator/Cargo.toml +++ b/bin/collator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astar-collator" -version = "5.43.0" +version = "5.43.1" 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 b31cda6b39..65f546fe85 100644 --- a/runtime/astar/Cargo.toml +++ b/runtime/astar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astar-runtime" -version = "5.43.0" +version = "5.43.1" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/astar/src/lib.rs b/runtime/astar/src/lib.rs index 732bc2bdbd..9aaa20368d 100644 --- a/runtime/astar/src/lib.rs +++ b/runtime/astar/src/lib.rs @@ -172,7 +172,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("astar"), impl_name: create_runtime_str!("astar"), authoring_version: 1, - spec_version: 93, + spec_version: 94, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 3, diff --git a/runtime/local/Cargo.toml b/runtime/local/Cargo.toml index 13c1ab37ab..f12ab053a0 100644 --- a/runtime/local/Cargo.toml +++ b/runtime/local/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "local-runtime" -version = "5.43.0" +version = "5.43.1" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/shibuya/Cargo.toml b/runtime/shibuya/Cargo.toml index ea30fb6fe6..3794996225 100644 --- a/runtime/shibuya/Cargo.toml +++ b/runtime/shibuya/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shibuya-runtime" -version = "5.43.0" +version = "5.43.1" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/shibuya/src/lib.rs b/runtime/shibuya/src/lib.rs index 6482a066a9..2909ce96da 100644 --- a/runtime/shibuya/src/lib.rs +++ b/runtime/shibuya/src/lib.rs @@ -204,7 +204,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("shibuya"), impl_name: create_runtime_str!("shibuya"), authoring_version: 1, - spec_version: 135, + spec_version: 136, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 3, diff --git a/runtime/shiden/Cargo.toml b/runtime/shiden/Cargo.toml index f896931eec..cc18c64c45 100644 --- a/runtime/shiden/Cargo.toml +++ b/runtime/shiden/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shiden-runtime" -version = "5.43.0" +version = "5.43.1" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/shiden/src/lib.rs b/runtime/shiden/src/lib.rs index 37fb876e63..c05252053b 100644 --- a/runtime/shiden/src/lib.rs +++ b/runtime/shiden/src/lib.rs @@ -174,7 +174,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("shiden"), impl_name: create_runtime_str!("shiden"), authoring_version: 1, - spec_version: 132, + spec_version: 133, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 3,