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
4 changes: 1 addition & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ members = [
"html5ever",
"rcdom",
"xml5ever",
"match_token"
]

[workspace.package]
Expand All @@ -20,7 +19,6 @@ rust-version = "1.70.0"
[workspace.dependencies]
# Repo dependencies
web_atoms = { version = "0.1", path = "web_atoms" }
match_token = { version = "0.35.0", path = "match_token" }
markup5ever = { version = "0.35.0", path = "markup5ever" }
xml5ever = { version = "0.35.0", path = "xml5ever" }
html5ever = { version = "0.35.0", path = "html5ever" }
Expand All @@ -33,7 +31,7 @@ log = "0.4"
mac = "0.1"
tendril = "0.4"
string_cache = "0.9.0"
string_cache_codegen = "0.6.0"
string_cache_codegen = "0.6.1"
phf = "0.13"
phf_codegen = "0.13"

Expand Down
3 changes: 1 addition & 2 deletions RELEASING.MD
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

The following crates are on a synchronised release cycle with version managed through the workspace `Cargo.toml`:

- **match_token**
- **markup5ever**
- **xml5ever**
- **html5ever**
Expand All @@ -26,5 +25,5 @@ The **web_atoms** crate is on a separate cycle as it needs frequent releases but
In the workspace `Cargo.toml`:

- Update the `version` key in the `[workspace.package]` section
- Update the versions for `match_token`, `markup5ever`, `xml5ever`, and `html5ever` in the `[workspace.dependencies]` section to match
- Update the versions for `markup5ever`, `xml5ever`, and `html5ever` in the `[workspace.dependencies]` section to match
- Publish all of the crates. The order they are listed in at the top of this file will work.
1 change: 0 additions & 1 deletion html5ever/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ trace_tokenizer = []

[dependencies]
markup5ever = { workspace = true }
match_token = { workspace = true }
log = { workspace = true }

[dev-dependencies]
Expand Down
1,301 changes: 756 additions & 545 deletions html5ever/src/tree_builder/rules.rs

Large diffs are not rendered by default.

18 changes: 0 additions & 18 deletions match_token/Cargo.toml

This file was deleted.

201 changes: 0 additions & 201 deletions match_token/LICENSE-APACHE

This file was deleted.

25 changes: 0 additions & 25 deletions match_token/LICENSE-MIT

This file was deleted.

Loading