Skip to content

Commit

Permalink
Merge pull request #556 from rust-ndarray/matrixmultiply-upgrade
Browse files Browse the repository at this point in the history
Update matrixmultiply dependency to 0.2
  • Loading branch information
bluss committed Nov 27, 2018
2 parents 5858c9c + 1b25f65 commit 899dca0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Expand Up @@ -36,7 +36,7 @@ itertools = { version = "0.7.0", default-features = false }
cblas-sys = { version = "0.1.4", optional = true, default-features = false }
blas-src = { version = "0.2.0", optional = true, default-features = false }

matrixmultiply = { version = "0.1.15" }
matrixmultiply = { version = "0.2.0" }
# Use via the `serde-1` crate feature!
serde = { version = "1.0", optional = true }

Expand Down

0 comments on commit 899dca0

Please sign in to comment.