From a099b4153c9117b152236397f870713330e3b7e2 Mon Sep 17 00:00:00 2001 From: "terry.tu" Date: Tue, 26 Jan 2021 09:55:27 +0800 Subject: [PATCH] fix bug --- runtime/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/src/lib.rs b/runtime/src/lib.rs index bfc4b4b..5fc1802 100644 --- a/runtime/src/lib.rs +++ b/runtime/src/lib.rs @@ -102,7 +102,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("uart"), impl_name: create_runtime_str!("uart"), authoring_version: 1, - spec_version: 23, + spec_version: 24, impl_version: 1, apis: RUNTIME_API_VERSIONS, transaction_version: 1,