Unverified Commit a5419bc0 authored by Alex Gaynor's avatar Alex Gaynor Committed by GitHub
Browse files

Merge pull request #2383 from sfackler/alex-patch-1

fix test on MSRV
parents 82b958c6 0a8f75f2
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -72,6 +72,8 @@ jobs:
          restore-keys: |
            index-${{ runner.os }}-
      - run: cargo generate-lockfile
      - run: |
          cargo update -p once_cell --precise 1.20.3
      - uses: actions/cache@v4
        with:
          path: ~/.cargo/registry/cache