From 01d311bc9772431cd43842a7481e2ac23c00a942 Mon Sep 17 00:00:00 2001 From: bluss Date: Fri, 18 Dec 2015 01:08:28 +0100 Subject: [PATCH] Use only feature `complex` from num --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 55261d6..6b6d1de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,5 +13,5 @@ license = "MIT" build = "build.rs" [dependencies] -num = "0.1" +num = { version = "0.1", default-features = false, features = ["complex"] } libc = "0.2"