ci: run clippy using Rust 1.67.1

This commit is contained in:
Antoine Poinsot 2023-02-17 10:22:27 +01:00
parent 8965758421
commit cf3e9cafe0
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: 1.66.0
toolchain: 1.67.1
components: rustfmt, clippy
override: true
- name: rustfmt