From cdd0f7b3c5988eebb3a590932664b243c25988f2 Mon Sep 17 00:00:00 2001 From: Barrett Ruth Date: Thu, 11 Sep 2025 14:18:49 -0500 Subject: [PATCH] update ci --- .github/workflows/ci.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5c8a734..42122ce 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -25,6 +25,9 @@ jobs: with: toolchain: ${{ matrix.rust }} - uses: Swatinem/rust-cache@v2 + - name: Use MSRV lockfile for minimum version testing + if: matrix.rust == '1.65.0' + run: cp Cargo.lock.msrv Cargo.lock - name: Run tests run: cargo test --verbose - name: Run tests with all features