Pin Rust version in Clippy job

This commit is contained in:
curquiza 2023-02-02 15:22:58 +01:00
parent 39b62b7158
commit 781691191a

View File

@ -100,7 +100,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: 1.67.0
override: true
components: clippy
# - name: Cache dependencies