Skip to content

Commit cbaccf7

Browse files
author
bors-servo
authored
Auto merge of #150 - 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/rust-cssparser/150) <!-- Reviewable:end -->
2 parents f6fa9b5 + 47c9dbd commit cbaccf7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ encoding_rs = "0.5"
2121

2222
[dependencies]
2323
cssparser-macros = {path = "./macros", version = "0.3"}
24-
heapsize = {version = "0.3", optional = true}
24+
heapsize = {version = ">= 0.3, < 0.5", optional = true}
2525
matches = "0.1"
2626
phf = "0.7"
2727
procedural-masquerade = {path = "./procedural-masquerade", version = "0.1"}

0 commit comments

Comments
 (0)