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