From a795dd1c64c8bc7509a3d85c45167ab1908bd755 Mon Sep 17 00:00:00 2001 From: Toshiki Teramura Date: Fri, 2 Sep 2022 14:48:22 +0900 Subject: [PATCH] Add katexit in dependencies --- lax/Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/lax/Cargo.toml b/lax/Cargo.toml index a36c34ab..26a6f35e 100644 --- a/lax/Cargo.toml +++ b/lax/Cargo.toml @@ -33,6 +33,7 @@ thiserror = "1.0.24" cauchy = "0.4.0" num-traits = "0.2.14" lapack-sys = "0.14.0" +katexit = "0.1.2" [dependencies.intel-mkl-src] version = "0.7.0"