From 41e0f5068c74594119d668707e1d06b295fee31f Mon Sep 17 00:00:00 2001 From: bluss Date: Fri, 8 Jan 2021 23:53:16 +0100 Subject: [PATCH] FEAT: Update to matrixmultiply 0.3 This version supports multithreading with the threading feature. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" }