File tree 4 files changed +5
-4
lines changed
4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 47
47
- name : Install stable toolchain
48
48
run : |
49
49
rustup set profile minimal
50
- rustup override set 1.60 .0
50
+ rustup override set 1.61 .0
51
51
52
52
- run : cargo check --lib --all-features
53
53
Original file line number Diff line number Diff line change 1
1
[package ]
2
-
3
2
name = " html5ever"
4
- version = " 0.27.0 "
3
+ version = " 0.27.1 "
5
4
authors = [ " The html5ever Project Developers" ]
6
5
license = " MIT OR Apache-2.0"
7
6
repository = " https://github.com/servo/html5ever"
@@ -10,6 +9,7 @@ documentation = "https://docs.rs/html5ever"
10
9
build = " build.rs"
11
10
categories = [ " parser-implementations" , " web-programming" ]
12
11
edition = " 2021"
12
+ readme = " ../README.md"
13
13
14
14
[features ]
15
15
trace_tokenizer = []
Original file line number Diff line number Diff line change 1
1
[package ]
2
2
name = " markup5ever"
3
- version = " 0.12.1 "
3
+ version = " 0.12.2 "
4
4
authors = [ " The html5ever Project Developers" ]
5
5
license = " MIT OR Apache-2.0"
6
6
repository = " https://github.com/servo/html5ever"
Original file line number Diff line number Diff line change @@ -115,6 +115,7 @@ aria-valuemin
115
115
aria-valuenow
116
116
aria-valuetext
117
117
article
118
+ as
118
119
ascent
119
120
aside
120
121
async
You can’t perform that action at this time.
0 commit comments