disable `rustc-serialize`

This commit is contained in:
Flier Lu 2018-04-06 20:26:03 +08:00 committed by Sébastien Crozet
parent 8285931856
commit 54c26fd639
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ typenum = "1.7"
generic-array = "0.8"
rand = "0.4"
num-traits = "0.1"
num-complex = "0.1"
num-complex = { version = "0.1", default-features = false }
approx = "0.1"
alga = "0.5"
matrixmultiply = "0.1"