Run clippy lints with MSRV

This helps with reproducibility.
This commit is contained in:
Niklas Mohrin 2026-08-18 15:50:33 +02:00
commit 8b00800a69
No known key found for this signature in database
GPG key ID: 0ACD89A5C1DEB3EB

View file

@ -55,7 +55,7 @@ jobs:
- uses: actions/checkout@v7
- uses: dtolnay/rust-toolchain@master
with:
toolchain: stable
toolchain: 1.87.0 # MSRV
components: clippy
- name: run clippy lints
run: cargo clippy --locked --all-targets --features logging