We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16965a9 commit 4e70c42Copy full SHA for 4e70c42
.github/workflows/main.yml
@@ -18,7 +18,7 @@ jobs:
18
- nightly
19
- beta
20
- stable
21
- - 1.63.0
+ - 1.66.0
22
features:
23
-
24
- --features dummy_match_byte
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.63"
+rust-version = "1.66"
14
15
exclude = ["src/css-parsing-tests/**", "src/big-data-url.css"]
16
0 commit comments