From b017c24e5084716792f65e2b4b27d5b179d71a5c Mon Sep 17 00:00:00 2001 From: Flier Lu Date: Fri, 6 Apr 2018 20:24:56 +0800 Subject: [PATCH] disable `rustc-serialize` --- alga/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/alga/Cargo.toml b/alga/Cargo.toml index 8ae2fbd..b67d6cd 100644 --- a/alga/Cargo.toml +++ b/alga/Cargo.toml @@ -15,7 +15,7 @@ name = "alga" [dependencies] num-traits = "0.1" -num-complex = "0.1" +num-complex = { version = "0.1", default-features = false } approx = "0.1" decimal = { version = "1.0", optional = true }