Skip to content

Commit 77ab252

Browse files
committed
Set the README and release html5ever / markup5ever
1 parent e69b05c commit 77ab252

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

html5ever/Cargo.toml

Lines changed: 2 additions & 2 deletions
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

Lines changed: 1 addition & 1 deletion
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"

0 commit comments

Comments
 (0)