Skip to content

Commit

Permalink
Remove precise regex ver specification (no longer required)
Browse files Browse the repository at this point in the history
  • Loading branch information
dhardy committed May 24, 2024
1 parent 061af29 commit f627a8e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ jobs:
if: ${{ matrix.variant == 'minimal_versions' }}
run: |
cargo generate-lockfile -Z minimal-versions
cargo update regex --precise 1.5.1 # insufficient minimal version of criterion
- name: Maybe nightly
if: ${{ matrix.toolchain == 'nightly' }}
run: |
Expand Down

0 comments on commit f627a8e

Please sign in to comment.