From 270f3a619104297867a519465c4d9e9951334ea8 Mon Sep 17 00:00:00 2001 From: Uncle Stretch Date: Thu, 4 Dec 2025 18:42:31 +0300 Subject: [PATCH] apply changes from slow clap for the casper runtime Signed-off-by: Uncle Stretch --- Cargo.lock | 2 +- runtime/casper/Cargo.toml | 2 +- runtime/casper/src/lib.rs | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 58f1c05..f22ae99 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1186,7 +1186,7 @@ dependencies = [ [[package]] name = "casper-runtime" -version = "3.5.35" +version = "3.5.36" dependencies = [ "casper-runtime-constants", "frame-benchmarking", diff --git a/runtime/casper/Cargo.toml b/runtime/casper/Cargo.toml index 00cf92c..cb11aca 100644 --- a/runtime/casper/Cargo.toml +++ b/runtime/casper/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "casper-runtime" -version = "3.5.35" +version = "3.5.36" build = "build.rs" description = "Runtime of the Casper Network" edition.workspace = true diff --git a/runtime/casper/src/lib.rs b/runtime/casper/src/lib.rs index 9369293..b7de5db 100644 --- a/runtime/casper/src/lib.rs +++ b/runtime/casper/src/lib.rs @@ -118,7 +118,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { impl_name: create_runtime_str!("casper-svengali"), authoring_version: 0, spec_version: 3, - impl_version: 1, + impl_version: 2, apis: RUNTIME_API_VERSIONS, transaction_version: 1, state_version: 1,