disable `rustc-serialize`
This commit is contained in:
parent
8285931856
commit
54c26fd639
|
@ -26,7 +26,7 @@ typenum = "1.7"
|
||||||
generic-array = "0.8"
|
generic-array = "0.8"
|
||||||
rand = "0.4"
|
rand = "0.4"
|
||||||
num-traits = "0.1"
|
num-traits = "0.1"
|
||||||
num-complex = "0.1"
|
num-complex = { version = "0.1", default-features = false }
|
||||||
approx = "0.1"
|
approx = "0.1"
|
||||||
alga = "0.5"
|
alga = "0.5"
|
||||||
matrixmultiply = "0.1"
|
matrixmultiply = "0.1"
|
||||||
|
|
Loading…
Reference in New Issue