Skip to content

Commit 0bcf057

Browse files
author
bors-servo
authored
Auto merge of #221 - nox:bump, r=SimonSapin
Bump to 0.6 0.5.5 was yanked because the change to get_template_contents was a breaking change. <!-- Reviewable:start --> --- This change is [<img src="https://reviewable.io/review_button.svg" height="34" align="absmiddle" alt="Reviewable"/>](https://reviewable.io/reviews/servo/html5ever/221) <!-- Reviewable:end -->
2 parents 5748ddf + 95fab78 commit 0bcf057

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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.5.5"
4+
version = "0.6.0"
55
authors = [ "The html5ever Project Developers" ]
66
license = "MIT / Apache-2.0"
77
repository = "https://github.com/servo/html5ever"
@@ -41,7 +41,7 @@ phf = "0.7"
4141
string_cache = "0.2.0"
4242
mac = "0"
4343
tendril = "0.2.2"
44-
heapsize = { version = ">=0.1.1, <0.4", optional = true }
44+
heapsize = { version = "0.3", optional = true }
4545
heapsize_plugin = { version = "0.1.0", optional = true }
4646

4747
[dev-dependencies]

0 commit comments

Comments
 (0)