Skip to content

Commit 28bce79

Browse files
committed
Allow heapsize 0.4
1 parent ea8ad39 commit 28bce79

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)