Skip to content

Commit 3f10677

Browse files
authored
Merge pull request #888 from rust-ndarray/mt-0.3
Update to matrixmultiply 0.3
2 parents 6937f53 + 5617724 commit 3f10677

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)