Skip to content

Commit

Permalink
Merge pull request #888 from rust-ndarray/mt-0.3
Browse files Browse the repository at this point in the history
Update to matrixmultiply 0.3
  • Loading branch information
bluss authored Jan 10, 2021
2 parents 6937f53 + 5617724 commit 3f10677
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,8 @@ cblas-sys = { version = "0.1.4", optional = true, default-features = false }
blas-src = { version = "0.6.1", optional = true, default-features = false }
libc = { version = "0.2.82", optional = true }

matrixmultiply = { version = "0.2.0", default-features = false}
matrixmultiply = { version = "0.3.0", default-features = false}

serde = { version = "1.0", optional = true, default-features = false, features = ["alloc"] }
rawpointer = { version = "0.2" }

Expand Down

0 comments on commit 3f10677

Please sign in to comment.