Pin clippy check to 1.49.0

It can be rather surprising when new lints pop up when a new stable
toolchain is released. Let's pin this check to a specific version to
avoid those surprises.
This commit is contained in:
Alex Crawford 2021-01-04 10:42:26 -08:00
parent bcd78bbb1b
commit 1ca765230d
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ jobs:
- uses: actions-rs/toolchain@v1
with:
profile: minimal
toolchain: stable
toolchain: 1.49.0
override: true
components: clippy
- uses: actions-rs/clippy-check@v1