diff --git a/Cargo.toml b/Cargo.toml index b312fd4a6..d568e0da9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -40,7 +40,7 @@ approx = { version = "0.4", optional = true } 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" } +matrixmultiply = { version = "0.3.0" } serde = { version = "1.0", optional = true } rawpointer = { version = "0.2" }