From a26721ad109da4818e65667b19df27952bc77e52 Mon Sep 17 00:00:00 2001 From: Emiliano <84690100+metricaez@users.noreply.github.com> Date: Wed, 7 Feb 2024 11:21:28 -0300 Subject: [PATCH] Prepare Trappist v1.3.1 release (#337) --- runtime/stout/src/lib.rs | 2 +- runtime/trappist/Cargo.toml | 1 + runtime/trappist/src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/runtime/stout/src/lib.rs b/runtime/stout/src/lib.rs index 451a0f05..fb8640e8 100644 --- a/runtime/stout/src/lib.rs +++ b/runtime/stout/src/lib.rs @@ -137,7 +137,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("stout-rococo"), impl_name: create_runtime_str!("stout-rococo"), authoring_version: 1, - spec_version: 13000, + spec_version: 13100, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 3, diff --git a/runtime/trappist/Cargo.toml b/runtime/trappist/Cargo.toml index 848ba265..867eca4c 100644 --- a/runtime/trappist/Cargo.toml +++ b/runtime/trappist/Cargo.toml @@ -215,6 +215,7 @@ runtime-benchmarks = [ "polkadot-runtime-parachains/runtime-benchmarks" ] try-runtime = [ + "hex-literal", "frame-try-runtime/try-runtime", "frame-executive/try-runtime", "frame-system/try-runtime", diff --git a/runtime/trappist/src/lib.rs b/runtime/trappist/src/lib.rs index 9c7c2413..94281bee 100644 --- a/runtime/trappist/src/lib.rs +++ b/runtime/trappist/src/lib.rs @@ -165,7 +165,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("trappist-rococo"), impl_name: create_runtime_str!("trappist-rococo"), authoring_version: 1, - spec_version: 13000, + spec_version: 13100, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 3,