From 8689d4996f7d9e71863ef82cbc1c4f067e585994 Mon Sep 17 00:00:00 2001 From: Kostya Kastsevich Date: Tue, 21 Nov 2023 17:06:08 +0300 Subject: [PATCH] update to 10041 version --- code/Cargo.lock | 12 ++++++------ code/Cargo.toml | 2 +- code/parachain/runtime/composable/src/version.rs | 4 ++-- code/parachain/runtime/picasso/src/version.rs | 4 ++-- 4 files changed, 11 insertions(+), 11 deletions(-) diff --git a/code/Cargo.lock b/code/Cargo.lock index c029e43cdef..0f7dc1ae882 100644 --- a/code/Cargo.lock +++ b/code/Cargo.lock @@ -1751,7 +1751,7 @@ dependencies = [ [[package]] name = "composable" -version = "8.10040.3" +version = "9.10041.2" dependencies = [ "color-eyre", "composable-node", @@ -1776,7 +1776,7 @@ dependencies = [ [[package]] name = "composable-node" -version = "8.10040.3" +version = "9.10041.2" dependencies = [ "assets-rpc", "assets-runtime-api", @@ -1866,7 +1866,7 @@ dependencies = [ [[package]] name = "composable-runtime" -version = "8.10040.3" +version = "9.10041.2" dependencies = [ "assets-runtime-api", "common", @@ -1955,7 +1955,7 @@ dependencies = [ [[package]] name = "composable-runtime-wasm" -version = "8.10040.3" +version = "9.10041.2" dependencies = [ "composable-runtime", ] @@ -10353,7 +10353,7 @@ dependencies = [ [[package]] name = "picasso-runtime" -version = "8.10040.3" +version = "9.10041.2" dependencies = [ "assets-runtime-api", "common", @@ -10459,7 +10459,7 @@ dependencies = [ [[package]] name = "picasso-runtime-wasm" -version = "8.10040.3" +version = "9.10041.2" dependencies = [ "picasso-runtime", ] diff --git a/code/Cargo.toml b/code/Cargo.toml index 904e1554e26..9bd6a276c7f 100644 --- a/code/Cargo.toml +++ b/code/Cargo.toml @@ -6,7 +6,7 @@ name = "composable" version = { workspace = true } [workspace.package] -version = "8.10040.3" +version = "9.10041.2" [[bin]] name = "composable" diff --git a/code/parachain/runtime/composable/src/version.rs b/code/parachain/runtime/composable/src/version.rs index c5775f6e155..e7b299df00f 100644 --- a/code/parachain/runtime/composable/src/version.rs +++ b/code/parachain/runtime/composable/src/version.rs @@ -13,8 +13,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // The version of the runtime specification. A full node will not attempt to use its native // runtime in substitute for the on-chain Wasm runtime unless all of `spec_name`, // `spec_version`, and `authoring_version` are the same between Wasm and native. - spec_version: 10040, - impl_version: 3, + spec_version: 10041, + impl_version: 2, apis: RUNTIME_API_VERSIONS, transaction_version: 2, state_version: 0, diff --git a/code/parachain/runtime/picasso/src/version.rs b/code/parachain/runtime/picasso/src/version.rs index 63cd967b140..ebe40ad347c 100644 --- a/code/parachain/runtime/picasso/src/version.rs +++ b/code/parachain/runtime/picasso/src/version.rs @@ -16,8 +16,8 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { // The version of the runtime specification. A full node will not attempt to use its native // runtime in substitute for the on-chain Wasm runtime unless all of `spec_name`, // `spec_version`, and `authoring_version` are the same between Wasm and native. - spec_version: 10040, - impl_version: 3, + spec_version: 10041, + impl_version: 2, apis: RUNTIME_API_VERSIONS, transaction_version: 1, state_version: 0,