Skip to content

Commit e706b09

Browse files
committed
Bump MSRV to 1.63
1 parent 48b8f0f commit e706b09

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- nightly
1717
- beta
1818
- stable
19-
- 1.56.0
19+
- 1.63.0
2020
features:
2121
-
2222
- --features dummy_match_byte
@@ -35,10 +35,6 @@ jobs:
3535
toolchain: ${{ matrix.toolchain }}
3636
override: true
3737

38-
- name: Downgrade phf to a version compatible with the MSRV
39-
run: cargo update --package phf --precise 0.10.1
40-
if: matrix.toolchain == '1.40.0'
41-
4238
- name: Cargo build
4339
run: cargo build ${{ matrix.features }}
4440

0 commit comments

Comments
 (0)