Skip to content

Commit

Permalink
Bump crate versions
Browse files Browse the repository at this point in the history
Need semver-incompatible bump after a phf bump in markup5ever.
  • Loading branch information
djc committed Mar 20, 2024
1 parent a31488b commit 2e0b6f8
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
4 changes: 2 additions & 2 deletions html5ever/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]

name = "html5ever"
version = "0.26.0"
version = "0.27.0"
authors = [ "The html5ever Project Developers" ]
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/html5ever"
Expand All @@ -14,7 +14,7 @@ edition = "2021"
[dependencies]
log = "0.4"
mac = "0.1"
markup5ever = { version = "0.11", path = "../markup5ever" }
markup5ever = { version = "0.12", path = "../markup5ever" }

[dev-dependencies]
typed-arena = "2.0.2"
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.11.0"
version = "0.12.0"
authors = [ "The html5ever Project Developers" ]
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/html5ever"
Expand Down
8 changes: 4 additions & 4 deletions rcdom/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "markup5ever_rcdom"
version = "0.2.0"
version = "0.3.0"
authors = [ "The html5ever Project Developers" ]
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/html5ever"
Expand All @@ -16,9 +16,9 @@ path = "lib.rs"

[dependencies]
tendril = "0.4"
html5ever = { version = "0.26", path = "../html5ever" }
markup5ever = { version = "0.11", path = "../markup5ever" }
xml5ever = { version = "0.17", path = "../xml5ever" }
html5ever = { version = "0.27", path = "../html5ever" }
markup5ever = { version = "0.12", path = "../markup5ever" }
xml5ever = { version = "0.18", 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,7 +1,7 @@
[package]

name = "xml5ever"
version = "0.17.0"
version = "0.18.0"
authors = ["The xml5ever project developers"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/servo/html5ever"
Expand All @@ -18,7 +18,7 @@ edition = "2021"
[dependencies]
log = "0.4"
mac = "0.1"
markup5ever = {version = "0.11", path = "../markup5ever" }
markup5ever = {version = "0.12", path = "../markup5ever" }

[dev-dependencies]
rustc-test = "0.3"
Expand Down

0 comments on commit 2e0b6f8

Please sign in to comment.