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 fe058bc commit 2246b5eCopy full SHA for 2246b5e
html5ever/Cargo.toml
@@ -18,7 +18,7 @@ trace_tokenizer = []
18
[dependencies]
19
log = "0.4"
20
mac = "0.1"
21
-markup5ever = { version = "0.16", path = "../markup5ever" }
+markup5ever = { version = "0.16.2", path = "../markup5ever" }
22
match_token = { workspace = true }
23
24
[dev-dependencies]
markup5ever/Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "markup5ever"
3
-version = "0.16.1"
+version = "0.16.2"
4
authors = [ "The html5ever Project Developers" ]
5
license = "MIT OR Apache-2.0"
6
repository = "https://github.com/servo/html5ever"
@@ -16,4 +16,4 @@ path = "lib.rs"
16
17
web_atoms = { version = "0.1", path = "../web_atoms" }
tendril = "0.4"
-log = "0.4"
+log = "0.4"
0 commit comments