From 3ce203911e47b3a4741753d989519439893dd94f Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Fri, 5 Dec 2025 12:35:51 -0500 Subject: [Rust] Bump rust toolchain version for CI --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 47f75c31..b66c58a4 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -23,7 +23,7 @@ jobs: # Ensure clippy is installed - uses: actions-rust-lang/setup-rust-toolchain@v1 with: - toolchain: 1.83.0 + toolchain: 1.91.1 components: clippy - name: Clippy Check uses: clechasseur/rs-clippy-check@v4 @@ -40,7 +40,7 @@ jobs: # Ensure rustfmt is installed - uses: actions-rust-lang/setup-rust-toolchain@v1 with: - toolchain: 1.83.0 + toolchain: 1.91.1 components: rustfmt - name: Rustfmt Check uses: actions-rust-lang/rustfmt@v1 -- cgit v1.3.1