Skip to content

Commit

Permalink
Update markup5ever major version and all other crates.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Mar 27, 2022
1 parent 15d203b commit d6d4db9
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.25.2"
version = "0.26.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 = "2018"
[dependencies]
log = "0.4"
mac = "0.1"
markup5ever = { version = "0.10", path = "../markup5ever" }
markup5ever = { version = "0.11", path = "../markup5ever" }

[dev-dependencies]
typed-arena = "1.3.0"
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.10.1"
version = "0.11.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.1.0"
version = "0.2.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.25", path = "../html5ever" }
markup5ever = { version = "0.10", path = "../markup5ever" }
xml5ever = { version = "0.16", path = "../xml5ever" }
html5ever = { version = "0.26", path = "../html5ever" }
markup5ever = { version = "0.11", path = "../markup5ever" }
xml5ever = { version = "0.17", 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.16.2"
version = "0.17.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 = "2018"
[dependencies]
log = "0.4"
mac = "0.1"
markup5ever = {version = "0.10", path = "../markup5ever" }
markup5ever = {version = "0.11", path = "../markup5ever" }

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

0 comments on commit d6d4db9

Please sign in to comment.