Skip to content

Commit 2246b5e

Browse files
authored
Publish markup5ever 0.16.2. (#622)
* Publish markup5ever 0.16.2. Signed-off-by: Josh Matthews <[email protected]> * Update minimum markup5ever version for html5ever. Signed-off-by: Josh Matthews <[email protected]> --------- Signed-off-by: Josh Matthews <[email protected]>
1 parent fe058bc commit 2246b5e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

html5ever/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ trace_tokenizer = []
1818
[dependencies]
1919
log = "0.4"
2020
mac = "0.1"
21-
markup5ever = { version = "0.16", path = "../markup5ever" }
21+
markup5ever = { version = "0.16.2", path = "../markup5ever" }
2222
match_token = { workspace = true }
2323

2424
[dev-dependencies]

markup5ever/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "markup5ever"
3-
version = "0.16.1"
3+
version = "0.16.2"
44
authors = [ "The html5ever Project Developers" ]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/servo/html5ever"
@@ -16,4 +16,4 @@ path = "lib.rs"
1616
[dependencies]
1717
web_atoms = { version = "0.1", path = "../web_atoms" }
1818
tendril = "0.4"
19-
log = "0.4"
19+
log = "0.4"

0 commit comments

Comments
 (0)