From 8b00800a691b405e7fd033ec2d01079997647249 Mon Sep 17 00:00:00 2001 From: Niklas Mohrin Date: Tue, 18 Aug 2026 15:50:33 +0200 Subject: [PATCH] Run clippy lints with MSRV This helps with reproducibility. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76e833d..2467502 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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