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 1dcbc79 + d9c0e96 commit ae08a06Copy full SHA for ae08a06
Cargo.toml
@@ -33,7 +33,7 @@ itertools = { version = "0.7.0", default-features = false }
33
cblas-sys = { version = "0.1.4", optional = true, default-features = false }
34
blas-src = { version = "0.2.0", optional = true, default-features = false }
35
36
-matrixmultiply = { version = "0.1.13" }
+matrixmultiply = { version = "0.1.15" }
37
# Use via the `serde-1` crate feature!
38
serde = { version = "1.0", optional = true }
39
0 commit comments