diff --git a/Cargo.toml b/Cargo.toml index 5acdd7589..d2cc821c9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ approx = { version = "0.4", optional = true , default-features = false } cblas-sys = { version = "0.1.4", optional = true, default-features = false } blas-src = { version = "0.6.1", optional = true, default-features = false } -matrixmultiply = { version = "0.2.0", default-features = false} +matrixmultiply = { version = "0.3.0", default-features = false} serde = { version = "1.0", optional = true } rawpointer = { version = "0.2" }