ci: run clippy_check with rust stable

This commit is contained in:
Steve Myers 2023-12-20 11:23:34 -06:00
parent 2251b8d416
commit e7fbc8bcf3
No known key found for this signature in database
GPG Key ID: 8105A46B22C2D051

View File

@ -118,9 +118,7 @@ jobs:
- uses: actions/checkout@v1
- uses: actions-rs/toolchain@v1
with:
# we pin clippy instead of using "stable" so that our CI doesn't break
# at each new cargo release
toolchain: "1.67.0"
toolchain: "stable"
components: clippy
override: true
- name: Rust Cache