We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9064a7e commit 0d65f79Copy full SHA for 0d65f79
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
- nightly
19
- beta
20
- stable
21
- - 1.68.0
+ - 1.71.0
22
features:
23
- --no-default-features
24
-
Cargo.toml
@@ -10,7 +10,7 @@ readme = "README.md"
10
keywords = ["css", "syntax", "parser"]
11
license = "MPL-2.0"
12
edition = "2018"
13
-rust-version = "1.68"
+rust-version = "1.71"
14
15
exclude = ["src/css-parsing-tests/**", "src/big-data-url.css"]
16
0 commit comments