From 13e92dad887823ffe546df55c4f857140da3942e Mon Sep 17 00:00:00 2001 From: Gerd Zellweger Date: Thu, 7 Feb 2019 17:20:19 -0800 Subject: [PATCH] Remove SIMD non-unix dev dependencies. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 1130746..769a880 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -15,7 +15,7 @@ libc = "0.2.14" optional = true version = "1.0.0" -[dev-dependencies] +[target.'cfg(unix)'.dev-dependencies] simd = "0.1" [features]