Skip to content

Commit 014b3ce

Browse files
committed
Publish markup5ever 0.8.0.
1 parent 4866791 commit 014b3ce

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

html5ever/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "html5ever"
4-
version = "0.22.7"
4+
version = "0.22.8"
55
authors = [ "The html5ever Project Developers" ]
66
license = "MIT / Apache-2.0"
77
repository = "https://github.com/servo/html5ever"
@@ -29,7 +29,7 @@ name = "serializer"
2929
[dependencies]
3030
log = "0.4"
3131
mac = "0.1"
32-
markup5ever = { version = "0.7", path = "../markup5ever" }
32+
markup5ever = { version = "0.8", path = "../markup5ever" }
3333

3434
[dev-dependencies]
3535
rustc-serialize = "0.3.15"

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.7.7"
3+
version = "0.8.0"
44
authors = [ "The html5ever Project Developers" ]
55
license = "MIT / Apache-2.0"
66
repository = "https://github.com/servo/html5ever"

xml5ever/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22

33
name = "xml5ever"
4-
version = "0.13.1"
4+
version = "0.13.2"
55
authors = ["The xml5ever project developers"]
66
license = "MIT / Apache-2.0"
77
repository = "https://github.com/servo/html5ever"
@@ -23,7 +23,7 @@ doctest = true
2323
time = "0.1"
2424
log = "0.4"
2525
mac = "0.1"
26-
markup5ever = {version = "0.7", path = "../markup5ever" }
26+
markup5ever = {version = "0.8", path = "../markup5ever" }
2727

2828
[dev-dependencies]
2929
rustc-serialize = "0.3.15"

0 commit comments

Comments
 (0)