Skip to content

Commit

Permalink
ci: Pin dependency versions for MSRV
Browse files Browse the repository at this point in the history
  • Loading branch information
bluss committed Aug 23, 2024
1 parent c05b5c9 commit 68b53da
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
- uses: dtolnay/rust-toolchain@master
with:
toolchain: ${{ matrix.rust }}
- name: Pin versions for MSRV
if: "${{ matrix.rust == '1.64.0' }}"
run: |
cargo update -p regex --precise 1.8.4
- name: Build
run: cargo build --verbose
- name: Run tests
Expand Down

0 comments on commit 68b53da

Please sign in to comment.