We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3d884bb commit 2d633a0Copy full SHA for 2d633a0
1 file changed
.github/workflows/ci.yml
@@ -26,10 +26,6 @@ jobs:
26
- uses: dtolnay/rust-toolchain@master
27
with:
28
toolchain: ${{ matrix.rust }}
29
- - name: Pin versions for MSRV
30
- if: "${{ matrix.rust == '1.65.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