diff --git a/Cargo.lock b/Cargo.lock index fd256db6b..f0861562b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -619,7 +619,7 @@ dependencies = [ [[package]] name = "astar-collator" -version = "5.35.0" +version = "5.36.0" dependencies = [ "astar-primitives", "astar-runtime", @@ -753,7 +753,7 @@ dependencies = [ [[package]] name = "astar-runtime" -version = "5.35.0" +version = "5.36.0" dependencies = [ "array-bytes", "astar-primitives", @@ -6623,7 +6623,7 @@ checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c" [[package]] name = "local-runtime" -version = "5.35.0" +version = "5.36.0" dependencies = [ "array-bytes", "astar-primitives", @@ -13987,7 +13987,7 @@ dependencies = [ [[package]] name = "shibuya-runtime" -version = "5.35.0" +version = "5.36.0" dependencies = [ "array-bytes", "astar-primitives", @@ -14107,7 +14107,7 @@ dependencies = [ [[package]] name = "shiden-runtime" -version = "5.35.0" +version = "5.36.0" dependencies = [ "array-bytes", "astar-primitives", diff --git a/bin/collator/Cargo.toml b/bin/collator/Cargo.toml index fedcc11cb..9bfc01ea2 100644 --- a/bin/collator/Cargo.toml +++ b/bin/collator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astar-collator" -version = "5.35.0" +version = "5.36.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 e0d3cce60..7fb337638 100644 --- a/runtime/astar/Cargo.toml +++ b/runtime/astar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astar-runtime" -version = "5.35.0" +version = "5.36.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 e502bb026..f8d09e256 100644 --- a/runtime/astar/src/lib.rs +++ b/runtime/astar/src/lib.rs @@ -148,7 +148,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("astar"), impl_name: create_runtime_str!("astar"), authoring_version: 1, - spec_version: 83, + spec_version: 84, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 2, diff --git a/runtime/local/Cargo.toml b/runtime/local/Cargo.toml index e90277839..1fbf077f6 100644 --- a/runtime/local/Cargo.toml +++ b/runtime/local/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "local-runtime" -version = "5.35.0" +version = "5.36.0" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/shibuya/Cargo.toml b/runtime/shibuya/Cargo.toml index 5a4d6b10b..15aec0925 100644 --- a/runtime/shibuya/Cargo.toml +++ b/runtime/shibuya/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shibuya-runtime" -version = "5.35.0" +version = "5.36.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 58132c2ea..ff601784b 100644 --- a/runtime/shibuya/src/lib.rs +++ b/runtime/shibuya/src/lib.rs @@ -174,7 +174,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("shibuya"), impl_name: create_runtime_str!("shibuya"), authoring_version: 1, - spec_version: 125, + spec_version: 126, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 2, diff --git a/runtime/shiden/Cargo.toml b/runtime/shiden/Cargo.toml index 46336a573..946ea8c6a 100644 --- a/runtime/shiden/Cargo.toml +++ b/runtime/shiden/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shiden-runtime" -version = "5.35.0" +version = "5.36.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 4f674ac26..02dd5a4a2 100644 --- a/runtime/shiden/src/lib.rs +++ b/runtime/shiden/src/lib.rs @@ -153,7 +153,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("shiden"), impl_name: create_runtime_str!("shiden"), authoring_version: 1, - spec_version: 122, + spec_version: 123, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 2,