From 21e8a2dbc347a632804f4943fbd60d90f0e5fa0c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Apr 2021 06:12:02 +0000 Subject: [PATCH] Update blas-src requirement from 0.4.0 to 0.8.0 Updates the requirements on [blas-src](https://github.com/blas-lapack-rs/blas-src) to permit the latest version. - [Release notes](https://github.com/blas-lapack-rs/blas-src/releases) - [Commits](https://github.com/blas-lapack-rs/blas-src/commits) Signed-off-by: dependabot[bot] --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c38421f..056d8b4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -28,7 +28,7 @@ pyo3 = { version = "0.8.5", features = ["extension-module"] } serde = "1.0" numpy = "0.7.0" ndarray = "0.13" -blas-src = { version = "0.4.0", default-features = false, features = ["openblas"] } +blas-src = { version = "0.8.0", default-features = false, features = ["openblas"] } openblas-src = { version = "0.7.0", default-features = false, features = ["cblas", "system"] } [badges]