Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Publish html5ever 0.29.2 and markup5ever 0.15.0 #581

Merged
merged 1 commit into from
Mar 11, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions html5ever/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "html5ever"
version = "0.29.1"
version = "0.29.2"
authors = [ "The html5ever Project Developers" ]
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/html5ever"
Expand All @@ -18,7 +18,7 @@ trace_tokenizer = []
[dependencies]
log = "0.4"
mac = "0.1"
markup5ever = { version = "0.14", path = "../markup5ever" }
markup5ever = { version = "0.15", path = "../markup5ever" }
match_token = { workspace = true }

[dev-dependencies]
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.14.2"
version = "0.15.0"
authors = [ "The html5ever Project Developers" ]
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/html5ever"
Expand Down
2 changes: 1 addition & 1 deletion rcdom/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ path = "lib.rs"
[dependencies]
tendril = "0.4"
html5ever = { version = "0.29", path = "../html5ever" }
markup5ever = { version = "0.14", path = "../markup5ever" }
markup5ever = { version = "0.15", path = "../markup5ever" }
xml5ever = { version = "0.20", path = "../xml5ever" }

[dev-dependencies]
Expand Down
2 changes: 1 addition & 1 deletion xml5ever/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ trace_tokenizer = []
[dependencies]
log = "0.4"
mac = "0.1"
markup5ever = { version = "0.14", path = "../markup5ever" }
markup5ever = { version = "0.15", path = "../markup5ever" }

[dev-dependencies]
criterion = "0.5"
Expand Down