We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c05b5c9 commit 68b53daCopy full SHA for 68b53da
1 file changed
.github/workflows/ci.yml
@@ -26,6 +26,10 @@ jobs:
26
- uses: dtolnay/rust-toolchain@master
27
with:
28
toolchain: ${{ matrix.rust }}
29
+ - name: Pin versions for MSRV
30
+ if: "${{ matrix.rust == '1.64.0' }}"
31
+ run: |
32
+ cargo update -p regex --precise 1.8.4
33
- name: Build
34
run: cargo build --verbose
35
- name: Run tests
0 commit comments