Run clippy on stable with msrv setting instead of on msrv (#200)

This commit is contained in:
Niklas Mohrin 2021-08-17 19:40:35 +02:00 committed by GitHub
commit d5d3d20451
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 7 additions and 6 deletions

View file

@ -45,7 +45,7 @@ jobs:
- uses: actions/checkout@v2
- uses: actions-rs/toolchain@v1
with:
toolchain: 1.52
toolchain: stable
components: clippy
override: true
- uses: actions-rs/clippy-check@v1