Skip to content

Commit

Permalink
Set the README and release html5ever / markup5ever (#547)
Browse files Browse the repository at this point in the history
This also fixes the MSRV job as the latest version of syn seems to rely
on 1.61.
  • Loading branch information
mrobinson authored Jul 20, 2024
1 parent e69b05c commit fd246b3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
- name: Install stable toolchain
run: |
rustup set profile minimal
rustup override set 1.60.0
rustup override set 1.61.0
- run: cargo check --lib --all-features

Expand Down
4 changes: 2 additions & 2 deletions html5ever/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[package]

name = "html5ever"
version = "0.27.0"
version = "0.27.1"
authors = [ "The html5ever Project Developers" ]
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/html5ever"
Expand All @@ -10,6 +9,7 @@ documentation = "https://docs.rs/html5ever"
build = "build.rs"
categories = [ "parser-implementations", "web-programming" ]
edition = "2021"
readme = "../README.md"

[features]
trace_tokenizer = []
Expand Down
2 changes: 1 addition & 1 deletion markup5ever/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "markup5ever"
version = "0.12.1"
version = "0.12.2"
authors = [ "The html5ever Project Developers" ]
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/html5ever"
Expand Down

0 comments on commit fd246b3

Please sign in to comment.