Skip to content

Commit 00f249e

Browse files
authored
Merge branch 'servo:main' into convert-BufferQueue-to-use-Interior-Mutability
2 parents 1554f90 + fd246b3 commit 00f249e

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
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

html5ever/Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
[package]
2-
32
name = "html5ever"
4-
version = "0.27.0"
3+
version = "0.27.1"
54
authors = [ "The html5ever Project Developers" ]
65
license = "MIT OR Apache-2.0"
76
repository = "https://github.com/servo/html5ever"
@@ -10,6 +9,7 @@ documentation = "https://docs.rs/html5ever"
109
build = "build.rs"
1110
categories = [ "parser-implementations", "web-programming" ]
1211
edition = "2021"
12+
readme = "../README.md"
1313

1414
[features]
1515
trace_tokenizer = []

markup5ever/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "markup5ever"
3-
version = "0.12.1"
3+
version = "0.12.2"
44
authors = [ "The html5ever Project Developers" ]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/servo/html5ever"

markup5ever/local_names.txt

+1
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ aria-valuemin
115115
aria-valuenow
116116
aria-valuetext
117117
article
118+
as
118119
ascent
119120
aside
120121
async

0 commit comments

Comments
 (0)