Skip to content

Commit bd27360

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

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
lines changed

.github/workflows/main.yml

+1-5
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

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ keywords = ["css", "syntax", "parser"]
1111
license = "MPL-2.0"
1212
build = "build.rs"
1313
edition = "2018"
14-
rust-version = "1.56"
14+
rust-version = "1.63"
1515

1616
exclude = ["src/css-parsing-tests/**", "src/big-data-url.css"]
1717

0 commit comments

Comments
 (0)