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 e69b05c commit 77ab252Copy full SHA for 77ab252
html5ever/Cargo.toml
@@ -1,7 +1,6 @@
1
[package]
2
-
3
name = "html5ever"
4
-version = "0.27.0"
+version = "0.27.1"
5
authors = [ "The html5ever Project Developers" ]
6
license = "MIT OR Apache-2.0"
7
repository = "https://github.com/servo/html5ever"
@@ -10,6 +9,7 @@ documentation = "https://docs.rs/html5ever"
10
9
build = "build.rs"
11
categories = [ "parser-implementations", "web-programming" ]
12
edition = "2021"
+readme = "../README.md"
13
14
[features]
15
trace_tokenizer = []
markup5ever/Cargo.toml
@@ -1,6 +1,6 @@
name = "markup5ever"
-version = "0.12.1"
+version = "0.12.2"
0 commit comments