From 510157e3c6654899c28d6e9608bd21d4cc5a4f5d Mon Sep 17 00:00:00 2001 From: Michael Zietz Date: Tue, 16 Jan 2024 09:24:24 -0600 Subject: [PATCH] Update intel-mkl-src version to 0.8 Parallels https://github.com/blas-lapack-rs/lapack-src/pull/9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f64f75c..59d466e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -35,7 +35,7 @@ version = "0.2" optional = true [dependencies.intel-mkl-src] -version = "0.5" +version = "0.8" optional = true [dependencies.netlib-src]