From 96fd9c56fd572b9ace78022e8a41224e2493b448 Mon Sep 17 00:00:00 2001 From: Igor Kozyrev Date: Fri, 03 Jun 2022 13:35:02 +0000 Subject: [PATCH] up runtime version --- --- a/runtime/opal/src/lib.rs +++ b/runtime/opal/src/lib.rs @@ -178,7 +178,7 @@ spec_name: create_runtime_str!(RUNTIME_NAME), impl_name: create_runtime_str!(RUNTIME_NAME), authoring_version: 1, - spec_version: 921080, + spec_version: 922000, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, --- a/runtime/quartz/src/lib.rs +++ b/runtime/quartz/src/lib.rs @@ -163,7 +163,7 @@ spec_name: create_runtime_str!(RUNTIME_NAME), impl_name: create_runtime_str!(RUNTIME_NAME), authoring_version: 1, - spec_version: 921080, + spec_version: 922000, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, --- a/runtime/unique/src/lib.rs +++ b/runtime/unique/src/lib.rs @@ -168,7 +168,7 @@ spec_name: create_runtime_str!(RUNTIME_NAME), impl_name: create_runtime_str!(RUNTIME_NAME), authoring_version: 1, - spec_version: 921080, + spec_version: 922000, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 1, -- gitstuff