Update CI Rust toolchain to 1.93 to match Docker build

This commit is contained in:
Graham McIntire 2026-02-10 15:30:15 -06:00
parent c3e411a565
commit 6bb33d1f8a
No known key found for this signature in database

View file

@ -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