Skip to content

Commit 0d65f79

Browse files
committed
Bump MSRV to 1.71
1 parent 9064a7e commit 0d65f79

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.68.0
21+
- 1.71.0
2222
features:
2323
- --no-default-features
2424
-

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.68"
13+
rust-version = "1.71"
1414

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

0 commit comments

Comments
 (0)