From d2286254b360fcb9dbb4441cb3104e97fa72c8bc Mon Sep 17 00:00:00 2001 From: link2xt Date: Fri, 21 Aug 2026 15:51:07 +0000 Subject: [PATCH] ci: update Rust to 1.98.0 --- .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 a20727f70..ecf8ca388 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ permissions: {} env: RUSTFLAGS: -Dwarnings - RUST_VERSION: 1.97.1 + RUST_VERSION: 1.98.0 # Minimum Supported Rust Version MSRV: 1.89.0