From 4766df8cd0342d9e04c55e0817fcaaec23813187 Mon Sep 17 00:00:00 2001 From: Marcel Ebert Date: Wed, 25 Sep 2024 11:45:11 +0200 Subject: [PATCH] Revert spec version to `19` --- runtime/foucoco/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/foucoco/src/lib.rs b/runtime/foucoco/src/lib.rs index af156c18a..2386750f4 100644 --- a/runtime/foucoco/src/lib.rs +++ b/runtime/foucoco/src/lib.rs @@ -254,7 +254,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("foucoco"), impl_name: create_runtime_str!("foucoco"), authoring_version: 1, - spec_version: 20, + spec_version: 19, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 8,