We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7167d55 commit b26a5d5Copy full SHA for b26a5d5
.github/workflows/test.yml
@@ -72,8 +72,6 @@ jobs:
72
if: ${{ matrix.variant == 'minimal_versions' }}
73
run: |
74
cargo generate-lockfile -Z minimal-versions
75
- # Overrides for dependencies with incorrect requirements (may need periodic updating)
76
- cargo update -p regex --precise 1.5.1
77
- name: Maybe nightly
78
if: ${{ matrix.toolchain == 'nightly' }}
79
0 commit comments