From da5c213e755cacb2963efbbacee8b3d6935a1eeb Mon Sep 17 00:00:00 2001 From: Matthew Scroggs Date: Mon, 13 May 2024 08:12:41 +0100 Subject: [PATCH] version++ --- Cargo.toml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index cd2e085..f6ed51d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -36,10 +36,10 @@ cargo-args = ["-Zunstable-options", "-Zrustdoc-scrape-examples"] wildcard_imports = "forbid" [target.aarch64-apple-darwin.dev-dependencies] -blas-src = { version = "0.9", features = ["accelerate"]} -lapack-src = { version = "0.9", features = ["accelerate"]} +blas-src = { version = "0.10", features = ["accelerate"]} +lapack-src = { version = "0.10", features = ["accelerate"]} [target.x86_64-unknown-linux-gnu.dev-dependencies] -blas-src = { version = "0.9", features = ["blis"]} -lapack-src = { version = "0.9", features = ["netlib"]} +blas-src = { version = "0.10", features = ["blis"]} +lapack-src = { version = "0.10", features = ["netlib"]}