Skip to content

Commit 2d633a0

Browse files
committed
Remove msrv package pin that shouldn't have been re-added
1 parent 3d884bb commit 2d633a0

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ jobs:
2626
- uses: dtolnay/rust-toolchain@master
2727
with:
2828
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
3329
- name: Build
3430
run: cargo build --verbose
3531
- name: Run tests

0 commit comments

Comments
 (0)