From b6d43e23d4d3e71417efa381f02535b4750e308e Mon Sep 17 00:00:00 2001 From: Toshiki Teramura Date: Sat, 20 Mar 2021 17:34:16 +0900 Subject: [PATCH] num-complex 0.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2813f58..9adfd7c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -17,4 +17,4 @@ keywords = ["linear-algebra"] [dependencies] cblas-sys = "0.1" libc = "0.2" -num-complex = { version = "0.3", default-features = false } +num-complex = { version = "0.4", default-features = false }