ci: pin clippy at 1.66.0

To avoid future breakage.
This commit is contained in:
Antoine Poinsot 2022-12-16 11:02:42 +01:00
parent ab9fff4395
commit d529cd8b6c
No known key found for this signature in database
GPG Key ID: E13FC145CD3F4304

View File

@ -9,7 +9,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
toolchain: stable
toolchain: 1.66.0
components: rustfmt, clippy
override: true
- name: rustfmt