We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5fc6edd commit 701d365Copy full SHA for 701d365
Cargo.toml
@@ -30,7 +30,7 @@ clock = ["time"]
30
time = { version = "0.1.39", optional = true }
31
num-integer = { version = "0.1.36", default-features = false }
32
num-traits = { version = "0.2", default-features = false }
33
-rustc-serialize = { version = "0.3", optional = true }
+rustc-serialize = { version = "0.3.20", optional = true }
34
serde = { version = "1", optional = true }
35
36
[dev-dependencies]
0 commit comments