From 6bb33d1f8a794f65e88cc9c4d4ab11a30d9d58ba Mon Sep 17 00:00:00 2001 From: Graham McIntire Date: Tue, 10 Feb 2026 15:30:15 -0600 Subject: [PATCH] Update CI Rust toolchain to 1.93 to match Docker build --- .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 6b73e34..32b8698 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -60,7 +60,7 @@ jobs: - name: Install Rust toolchain uses: dtolnay/rust-toolchain@stable with: - toolchain: "1.91" + toolchain: "1.93" components: rustfmt, clippy - name: Cache apt packages