Try to use the same rust version as in other jobs

This commit is contained in:
Markus Unterwaditzer
2025-08-10 01:26:10 +02:00
committed by Cooper Quintin
parent 9d736f5bf0
commit cddc590c77

View File

@@ -104,6 +104,7 @@ jobs:
contents: read
steps:
- uses: actions/checkout@v4
- uses: dtolnay/rust-toolchain@stable
- uses: Swatinem/rust-cache@v2
- name: Check formatting
run: cargo fmt --all --check