From f63f612b10d7f42061aa965d94106058cd2fed83 Mon Sep 17 00:00:00 2001 From: Marcel Ebert Date: Mon, 29 Sep 2025 11:48:49 +0200 Subject: [PATCH 1/2] Bump pendulum spec version to 23 --- runtime/pendulum/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/pendulum/src/lib.rs b/runtime/pendulum/src/lib.rs index 6d7ce868b..51a88ee0a 100644 --- a/runtime/pendulum/src/lib.rs +++ b/runtime/pendulum/src/lib.rs @@ -234,7 +234,7 @@ pub const VERSION: RuntimeVersion = RuntimeVersion { spec_name: create_runtime_str!("pendulum"), impl_name: create_runtime_str!("pendulum"), authoring_version: 1, - spec_version: 22, + spec_version: 23, impl_version: 0, apis: RUNTIME_API_VERSIONS, transaction_version: 11, From 10c4e750cb230de46af74d1fe5f375c7f2ec4e2e Mon Sep 17 00:00:00 2001 From: Marcel Ebert Date: Mon, 29 Sep 2025 14:15:03 +0200 Subject: [PATCH 2/2] Update rust-toolchain.toml --- rust-toolchain.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rust-toolchain.toml b/rust-toolchain.toml index be5184651..54d2162dd 100644 --- a/rust-toolchain.toml +++ b/rust-toolchain.toml @@ -1,4 +1,4 @@ [toolchain] -channel = "1.77.0" +channel = "1.81.0" components = ["rustfmt", "clippy", "rust-src"] targets = ["wasm32-unknown-unknown"]