We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e7abd82 commit 7fd2514Copy full SHA for 7fd2514
1 file changed
Cargo.toml
@@ -31,13 +31,13 @@ heap_size = ["heapsize", "heapsize_plugin"]
31
lazy_static = "0.2"
32
serde = ">=0.6, <0.8"
33
phf_shared = "0.7.4"
34
-debug_unreachable = "0.0.6"
+debug_unreachable = "0.1.1"
35
36
[dev-dependencies]
37
-rand = "0"
+rand = "0.3"
38
39
[dependencies.rustc-serialize]
40
-version = "0"
+version = "0.3"
41
optional = true
42
43
[dependencies.heapsize]
0 commit comments