Skip to content

Commit

Permalink
Bump versions (html:0.29, xml:0.20, markup:0.14) (#554)
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoburns authored Sep 10, 2024
1 parent 396f68a commit a831e82
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
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.28.0"
version = "0.29.0"
authors = [ "The html5ever Project Developers" ]
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/html5ever"
Expand All @@ -17,7 +17,7 @@ trace_tokenizer = []
[dependencies]
log = "0.4"
mac = "0.1"
markup5ever = { version = "0.13", path = "../markup5ever" }
markup5ever = { version = "0.14", path = "../markup5ever" }

[dev-dependencies]
criterion = "0.5"
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.13.0"
version = "0.14.0"
authors = [ "The html5ever Project Developers" ]
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/html5ever"
Expand Down
6 changes: 3 additions & 3 deletions rcdom/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,9 @@ path = "lib.rs"

[dependencies]
tendril = "0.4"
html5ever = { version = "0.28", path = "../html5ever" }
markup5ever = { version = "0.13", path = "../markup5ever" }
xml5ever = { version = "0.19", path = "../xml5ever" }
html5ever = { version = "0.29", path = "../html5ever" }
markup5ever = { version = "0.14", path = "../markup5ever" }
xml5ever = { version = "0.20", path = "../xml5ever" }

[dev-dependencies]
serde_json = "1.0"
Expand Down
4 changes: 2 additions & 2 deletions xml5ever/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "xml5ever"
version = "0.19.0"
version = "0.20.0"
authors = ["The xml5ever project developers"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/html5ever"
Expand All @@ -19,7 +19,7 @@ trace_tokenizer = []
[dependencies]
log = "0.4"
mac = "0.1"
markup5ever = { version = "0.13", path = "../markup5ever" }
markup5ever = { version = "0.14", path = "../markup5ever" }

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

0 comments on commit a831e82

Please sign in to comment.