Skip to content

Commit f15206a

Browse files
author
bors-servo
authored
Auto merge of #273 - Eijebong:heapsize, r=emilio
Allow heapsize 0.4 <!-- 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/273) <!-- Reviewable:end -->
2 parents 18654c3 + c25620b commit f15206a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

markup5ever/Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "markup5ever"
3-
version = "0.2.0"
3+
version = "0.2.1"
44
authors = [ "The html5ever Project Developers" ]
55
license = "MIT / Apache-2.0"
66
repository = "https://github.com/servo/html5ever"
@@ -19,7 +19,7 @@ unstable = ["tendril/unstable"]
1919
string_cache = "0.5"
2020
phf = "0.7"
2121
tendril = "0.3"
22-
heapsize = { version = "0.3", optional = true }
22+
heapsize = { version = ">= 0.3, < 0.5", optional = true }
2323
heapsize_derive = { version = "0.1", optional = true }
2424

2525
[build-dependencies]

0 commit comments

Comments
 (0)