Skip to content

Commit 46993a2

Browse files
Chore(deps): Update blas-src requirement from 0.10 to 0.14 in /rust
Updates the requirements on [blas-src](https://github.com/blas-lapack-rs/blas-src) to permit the latest version. - [Changelog](https://github.com/blas-lapack-rs/blas-src/blob/main/CHANGELOG.md) - [Commits](https://github.com/blas-lapack-rs/blas-src/commits) --- updated-dependencies: - dependency-name: blas-src dependency-version: 0.14.0 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3897cdb commit 46993a2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

rust/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ faer = "0.24"
3535

3636
# BLAS backend (optional, activated by accelerate/openblas features)
3737
# blas-src 0.10 is ndarray's tested version (see ndarray/crates/blas-tests/Cargo.toml)
38-
blas-src = { version = "0.10", optional = true }
38+
blas-src = { version = "0.14", optional = true }
3939

4040
[profile.release]
4141
lto = true

0 commit comments

Comments
 (0)