Skip to content

Commit bdeaac5

Browse files
author
bors-servo
authored
Auto merge of #188 - 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/string-cache/188) <!-- Reviewable:end -->
2 parents ea8ad39 + 28bce79 commit bdeaac5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ lazy_static = "0.2"
3333
serde = "0.9"
3434
phf_shared = "0.7.4"
3535
debug_unreachable = "0.1.1"
36-
heapsize = { version = "0.3", optional = true }
36+
heapsize = { version = ">= 0.3, < 0.5", optional = true }
3737
string_cache_shared = {path = "./shared", version = "0.3"}
3838

3939
[dev-dependencies]

0 commit comments

Comments
 (0)