From 355ab8b3bc6f1c9258ab925e86c8c2e0b7110789 Mon Sep 17 00:00:00 2001 From: link2xt Date: Fri, 17 Jul 2026 10:01:26 +0000 Subject: [PATCH] ci: update Rust to 1.97.1 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4c080912c..ef01f35e2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ permissions: {} env: RUSTFLAGS: -Dwarnings - RUST_VERSION: 1.97.0 + RUST_VERSION: 1.97.1 # Minimum Supported Rust Version MSRV: 1.89.0