Skip to content

Commit 5617724

Browse files
committed
FEAT: Update to matrixmultiply 0.3
This version supports multithreading with the threading feature.
1 parent 6937f53 commit 5617724

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Cargo.toml

+2-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ cblas-sys = { version = "0.1.4", optional = true, default-features = false }
4242
blas-src = { version = "0.6.1", optional = true, default-features = false }
4343
libc = { version = "0.2.82", optional = true }
4444

45-
matrixmultiply = { version = "0.2.0", default-features = false}
45+
matrixmultiply = { version = "0.3.0", default-features = false}
46+
4647
serde = { version = "1.0", optional = true, default-features = false, features = ["alloc"] }
4748
rawpointer = { version = "0.2" }
4849

0 commit comments

Comments
 (0)