From 30615ae2dc800b8255f883d9798e5d351491b272 Mon Sep 17 00:00:00 2001 From: "terry.tu" Date: Thu, 24 Feb 2022 09:53:45 +0800 Subject: [PATCH] version --- runtime/fuxi/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/fuxi/src/lib.rs b/runtime/fuxi/src/lib.rs index 65c331b..94dc130 100644 --- a/runtime/fuxi/src/lib.rs +++ b/runtime/fuxi/src/lib.rs @@ -129,7 +129,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("uart"), impl_name: create_runtime_str!("uart"), authoring_version: 1, - spec_version: 46, + spec_version: 47, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 2,