Skip to content

Commit bed7c66

Browse files
committed
Bump MSRV to 1.68 to deal with syn.
1 parent 923da6c commit bed7c66

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.66.0
21+
- 1.68.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.66"
13+
rust-version = "1.68"
1414

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

0 commit comments

Comments
 (0)