Skip to content

Commit

Permalink
Major version update for markup5ever, html5ever, and xml5ever.
Browse files Browse the repository at this point in the history
  • Loading branch information
jdm committed Jul 21, 2019
1 parent f4daf0e commit d106a06
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.24.0"
version = "0.25.0"
authors = [ "The html5ever Project Developers" ]
license = "MIT / Apache-2.0"
repository = "https://github.com/servo/html5ever"
Expand Down Expand Up @@ -29,7 +29,7 @@ name = "serializer"
[dependencies]
log = "0.4"
mac = "0.1"
markup5ever = { version = "0.9", path = "../markup5ever" }
markup5ever = { version = "0.10", path = "../markup5ever" }

[dev-dependencies]
serde_json = "1.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.9.0"
version = "0.10.0"
authors = [ "The html5ever Project Developers" ]
license = "MIT / Apache-2.0"
repository = "https://github.com/servo/html5ever"
Expand Down
2 changes: 1 addition & 1 deletion rcdom/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ path = "lib.rs"

[dependencies]
tendril = "0.4"
markup5ever = { version = "0.9", path = "../markup5ever" }
markup5ever = { version = "0.10", path = "../markup5ever" }
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.15.0"
version = "0.16.0"
authors = ["The xml5ever project developers"]
license = "MIT / Apache-2.0"
repository = "https://github.com/servo/html5ever"
Expand All @@ -23,7 +23,7 @@ doctest = true
time = "0.1"
log = "0.4"
mac = "0.1"
markup5ever = {version = "0.9", path = "../markup5ever" }
markup5ever = {version = "0.10", path = "../markup5ever" }

[dev-dependencies]
serde_json = "1.0"
Expand Down

0 comments on commit d106a06

Please sign in to comment.