Enable alga/std when std is enabled.

This commit is contained in:
sebcrozet 2018-05-20 16:05:49 +02:00 committed by Sébastien Crozet
parent 40e74e0186
commit bd3b73f872
1 changed files with 1 additions and 1 deletions

View File

@ -17,7 +17,7 @@ path = "src/lib.rs"
[features]
default = [ "std" ]
std = [ "matrixmultiply", "rand/std" ]
std = [ "matrixmultiply", "rand/std", "alga/std" ]
arbitrary = [ "quickcheck" ]
serde-serialize = [ "serde", "serde_derive", "num-complex/serde" ]
abomonation-serialize = [ "abomonation" ]