Skip to content

Commit

Permalink
fix crc32fast
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpdrsn committed Nov 19, 2023
1 parent 6d4fd57 commit 770ec7d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,8 @@ jobs:
- uses: Swatinem/rust-cache@v2
- name: Select minimal version
run: cargo +nightly update -Z minimal-versions
- name: Fix up Cargo.lock
run: cargo +nightly update -p crc32fast --precise 1.1.1
- name: Run tests
run: >
cargo +${{ env.MSRV }}
Expand Down

0 comments on commit 770ec7d

Please sign in to comment.