From 16364ded586c820c1686f39f9db8f4f5793de88c Mon Sep 17 00:00:00 2001 From: link2xt Date: Fri, 4 Sep 2026 12:18:29 +0000 Subject: [PATCH] ci: update Rust to 1.98.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 7fb13f9a16..789536ff9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ permissions: {} env: RUSTFLAGS: -Dwarnings - RUST_VERSION: 1.98.0 + RUST_VERSION: 1.98.1 # Minimum Supported Rust Version MSRV: 1.89.0