File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 4747 - name : Install stable toolchain
4848 run : |
4949 rustup set profile minimal
50- rustup override set 1.60 .0
50+ rustup override set 1.61 .0
5151
5252 - run : cargo check --lib --all-features
5353
Original file line number Diff line number Diff line change 11[package ]
2-
32name = " html5ever"
4- version = " 0.27.0 "
3+ version = " 0.27.1 "
54authors = [ " The html5ever Project Developers" ]
65license = " MIT OR Apache-2.0"
76repository = " https://github.com/servo/html5ever"
@@ -10,6 +9,7 @@ documentation = "https://docs.rs/html5ever"
109build = " build.rs"
1110categories = [ " parser-implementations" , " web-programming" ]
1211edition = " 2021"
12+ readme = " ../README.md"
1313
1414[features ]
1515trace_tokenizer = []
Original file line number Diff line number Diff line change 11[package ]
22name = " markup5ever"
3- version = " 0.12.1 "
3+ version = " 0.12.2 "
44authors = [ " The html5ever Project Developers" ]
55license = " MIT OR Apache-2.0"
66repository = " https://github.com/servo/html5ever"
Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ aria-valuemin
115115aria-valuenow
116116aria-valuetext
117117article
118+ as
118119ascent
119120aside
120121async
You can’t perform that action at this time.
0 commit comments