Skip to content

Commit fd246b3

Browse files
authored
Set the README and release html5ever / markup5ever (#547)
This also fixes the MSRV job as the latest version of syn seems to rely on 1.61.
1 parent e69b05c commit fd246b3

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/main.yml

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

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)