Skip to content
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
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ resolver = "2"
rust-version = "1.70.0"

[workspace.dependencies]
match_token = { version = "0.1.1", path = "match_token" }
match_token = { version = "0.2.0", path = "match_token" }

2 changes: 1 addition & 1 deletion html5ever/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "html5ever"
version = "0.32.0"
version = "0.32.1"
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 match_token/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "match_token"
version = "0.1.1"
version = "0.2.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Procedural macro for html5ever."
Expand Down
2 changes: 1 addition & 1 deletion rcdom/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ path = "lib.rs"
tendril = "0.4"
html5ever = { version = "0.32", path = "../html5ever" }
markup5ever = { version = "0.16", path = "../markup5ever" }
xml5ever = { version = "0.22", path = "../xml5ever" }
xml5ever = { version = "0.23", path = "../xml5ever" }

[dev-dependencies]
libtest-mimic = "0.8.1"
Expand Down
2 changes: 1 addition & 1 deletion xml5ever/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xml5ever"
version = "0.22.1"
version = "0.23.0"
authors = ["The xml5ever project developers"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/html5ever"
Expand Down
2 changes: 1 addition & 1 deletion xml5ever/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Add xml5ever as a dependency in your project manifest:

```toml
[dependencies]
xml5ever = "0.22"
xml5ever = "0.23"
```

# Getting started
Expand Down