We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea8ad39 commit 28bce79Copy full SHA for 28bce79
Cargo.toml
@@ -33,7 +33,7 @@ lazy_static = "0.2"
33
serde = "0.9"
34
phf_shared = "0.7.4"
35
debug_unreachable = "0.1.1"
36
-heapsize = { version = "0.3", optional = true }
+heapsize = { version = ">= 0.3, < 0.5", optional = true }
37
string_cache_shared = {path = "./shared", version = "0.3"}
38
39
[dev-dependencies]
0 commit comments