diff --git a/Cargo.lock b/Cargo.lock index 6e8f5dd7f9..8594f41a82 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -451,7 +451,7 @@ dependencies = [ [[package]] name = "astar-collator" -version = "5.47.0" +version = "5.48.0" dependencies = [ "astar-primitives", "astar-runtime", @@ -600,7 +600,7 @@ dependencies = [ [[package]] name = "astar-runtime" -version = "19.0.0" +version = "20.0.0" dependencies = [ "array-bytes", "astar-primitives", @@ -7300,7 +7300,7 @@ dependencies = [ [[package]] name = "local-runtime" -version = "5.46.0" +version = "5.48.0" dependencies = [ "array-bytes", "astar-primitives", @@ -15251,7 +15251,7 @@ dependencies = [ [[package]] name = "shibuya-runtime" -version = "19.0.0" +version = "20.0.0" dependencies = [ "array-bytes", "astar-primitives", @@ -15375,7 +15375,7 @@ dependencies = [ [[package]] name = "shiden-runtime" -version = "19.0.0" +version = "20.0.0" dependencies = [ "array-bytes", "astar-primitives", diff --git a/bin/collator/Cargo.toml b/bin/collator/Cargo.toml index 5e81da5361..f82738ab72 100644 --- a/bin/collator/Cargo.toml +++ b/bin/collator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astar-collator" -version = "5.47.0" +version = "5.48.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 8b4a2f89c3..f42811ee1e 100644 --- a/runtime/astar/Cargo.toml +++ b/runtime/astar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astar-runtime" -version = "19.0.0" +version = "20.0.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 eefdfe5432..f6e2445fa1 100644 --- a/runtime/astar/src/lib.rs +++ b/runtime/astar/src/lib.rs @@ -193,7 +193,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: Cow::Borrowed("astar"), impl_name: Cow::Borrowed("astar"), authoring_version: 1, - spec_version: 1900, + spec_version: 2000, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 3, diff --git a/runtime/local/Cargo.toml b/runtime/local/Cargo.toml index 171ba21a15..8d0d0b6b54 100644 --- a/runtime/local/Cargo.toml +++ b/runtime/local/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "local-runtime" -version = "5.46.0" +version = "5.48.0" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/shibuya/Cargo.toml b/runtime/shibuya/Cargo.toml index 73de4d8f08..d56e818e0a 100644 --- a/runtime/shibuya/Cargo.toml +++ b/runtime/shibuya/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shibuya-runtime" -version = "19.0.0" +version = "20.0.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 4f25d38fd0..a008604d5d 100644 --- a/runtime/shibuya/src/lib.rs +++ b/runtime/shibuya/src/lib.rs @@ -212,7 +212,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: Cow::Borrowed("shibuya"), impl_name: Cow::Borrowed("shibuya"), authoring_version: 1, - spec_version: 1900, + spec_version: 2000, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 3, diff --git a/runtime/shiden/Cargo.toml b/runtime/shiden/Cargo.toml index bb36231d48..2151ac3d6d 100644 --- a/runtime/shiden/Cargo.toml +++ b/runtime/shiden/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shiden-runtime" -version = "19.0.0" +version = "20.0.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 e1cb1c2fcf..b557062079 100644 --- a/runtime/shiden/src/lib.rs +++ b/runtime/shiden/src/lib.rs @@ -184,7 +184,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: Cow::Borrowed("shiden"), impl_name: Cow::Borrowed("shiden"), authoring_version: 1, - spec_version: 1900, + spec_version: 2000, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 3,