Skip to content

Commit 4e70c42

Browse files
committed
fix!: raise MSRV to 1.66
It is required by phf 0.13.
1 parent 16965a9 commit 4e70c42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
- nightly
1919
- beta
2020
- stable
21-
- 1.63.0
21+
- 1.66.0
2222
features:
2323
-
2424
- --features dummy_match_byte

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ readme = "README.md"
1010
keywords = ["css", "syntax", "parser"]
1111
license = "MPL-2.0"
1212
edition = "2018"
13-
rust-version = "1.63"
13+
rust-version = "1.66"
1414

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

0 commit comments

Comments
 (0)