We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5858c9c + 1b25f65 commit 899dca0Copy full SHA for 899dca0
Cargo.toml
@@ -36,7 +36,7 @@ itertools = { version = "0.7.0", default-features = false }
36
cblas-sys = { version = "0.1.4", optional = true, default-features = false }
37
blas-src = { version = "0.2.0", optional = true, default-features = false }
38
39
-matrixmultiply = { version = "0.1.15" }
+matrixmultiply = { version = "0.2.0" }
40
# Use via the `serde-1` crate feature!
41
serde = { version = "1.0", optional = true }
42
0 commit comments