Skip to content

Commit cb0151a

Browse files
committed
Bump xml5ever, markup5ever and html5ever versions
This should have been done as part of #591. I forgot that servo depends on the crates.io version of html5ever, not the git repository. So to upgrade in servo we need to release new versions of all three crates. Signed-off-by: Simon Wülker <[email protected]>
1 parent 2aeedb7 commit cb0151a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

html5ever/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "html5ever"
3-
version = "0.30.0"
3+
version = "0.31.0"
44
authors = [ "The html5ever Project Developers" ]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/servo/html5ever"

markup5ever/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "markup5ever"
3-
version = "0.15.0"
3+
version = "0.16.0"
44
authors = [ "The html5ever Project Developers" ]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/servo/html5ever"

xml5ever/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "xml5ever"
3-
version = "0.21.0"
3+
version = "0.22.0"
44
authors = ["The xml5ever project developers"]
55
license = "MIT OR Apache-2.0"
66
repository = "https://github.com/servo/html5ever"

0 commit comments

Comments
 (0)