diff --git a/Cargo.lock b/Cargo.lock index c886fecc6..c561ff6d9 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -623,7 +623,7 @@ dependencies = [ [[package]] name = "astar-collator" -version = "5.37.0" +version = "5.38.0" dependencies = [ "astar-primitives", "astar-runtime", @@ -757,7 +757,7 @@ dependencies = [ [[package]] name = "astar-runtime" -version = "5.37.0" +version = "5.38.0" dependencies = [ "array-bytes 6.1.0", "astar-primitives", @@ -6697,7 +6697,7 @@ dependencies = [ [[package]] name = "local-runtime" -version = "5.37.0" +version = "5.38.0" dependencies = [ "array-bytes 6.1.0", "astar-primitives", @@ -13961,7 +13961,7 @@ dependencies = [ [[package]] name = "shibuya-runtime" -version = "5.37.0" +version = "5.38.0" dependencies = [ "array-bytes 6.1.0", "astar-primitives", @@ -14077,7 +14077,7 @@ dependencies = [ [[package]] name = "shiden-runtime" -version = "5.37.0" +version = "5.38.0" dependencies = [ "array-bytes 6.1.0", "astar-primitives", diff --git a/bin/collator/Cargo.toml b/bin/collator/Cargo.toml index a6097c41f..e81c43ae2 100644 --- a/bin/collator/Cargo.toml +++ b/bin/collator/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astar-collator" -version = "5.37.0" +version = "5.38.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 3d999fb8d..08aa2cade 100644 --- a/runtime/astar/Cargo.toml +++ b/runtime/astar/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "astar-runtime" -version = "5.37.0" +version = "5.38.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 f2be6d12b..5abe53efc 100644 --- a/runtime/astar/src/lib.rs +++ b/runtime/astar/src/lib.rs @@ -154,7 +154,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("astar"), impl_name: create_runtime_str!("astar"), authoring_version: 1, - spec_version: 85, + spec_version: 86, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 2, diff --git a/runtime/local/Cargo.toml b/runtime/local/Cargo.toml index a73961db4..326f91af1 100644 --- a/runtime/local/Cargo.toml +++ b/runtime/local/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "local-runtime" -version = "5.37.0" +version = "5.38.0" build = "build.rs" authors.workspace = true edition.workspace = true diff --git a/runtime/shibuya/Cargo.toml b/runtime/shibuya/Cargo.toml index f4533e6bc..dfdc31cdc 100644 --- a/runtime/shibuya/Cargo.toml +++ b/runtime/shibuya/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shibuya-runtime" -version = "5.37.0" +version = "5.38.0" build = "build.rs" authors.workspace = true edition.workspace = true @@ -120,7 +120,7 @@ pallet-xcm = { workspace = true } pallet-xcm-benchmarks = { workspace = true, optional = true } pallet-xvm = { workspace = true } -# Get rid of this after running the benchmarks +# Get rid of this after uplifting to high enough version of ORML so we get access to benchmark support for the pallet oracle-benchmarks = { workspace = true } dapp-staking-v3-runtime-api = { workspace = true } diff --git a/runtime/shibuya/src/lib.rs b/runtime/shibuya/src/lib.rs index 6f76477c5..dafda6bf6 100644 --- a/runtime/shibuya/src/lib.rs +++ b/runtime/shibuya/src/lib.rs @@ -176,7 +176,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("shibuya"), impl_name: create_runtime_str!("shibuya"), authoring_version: 1, - spec_version: 127, + spec_version: 128, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 2, diff --git a/runtime/shiden/Cargo.toml b/runtime/shiden/Cargo.toml index 7f7b35b8a..b25a79586 100644 --- a/runtime/shiden/Cargo.toml +++ b/runtime/shiden/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "shiden-runtime" -version = "5.37.0" +version = "5.38.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 150ca623e..b39a64c38 100644 --- a/runtime/shiden/src/lib.rs +++ b/runtime/shiden/src/lib.rs @@ -155,7 +155,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("shiden"), impl_name: create_runtime_str!("shiden"), authoring_version: 1, - spec_version: 124, + spec_version: 125, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 2,