From 89753e727455a972774d34e07fba4fa6130e8c45 Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Fri, 15 Dec 2017 13:07:10 -0800 Subject: [PATCH] for some reason stdsimd dep isn't picked up if it's optional --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4179b8b..0cf7005 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -26,7 +26,7 @@ travis-ci = { repository = "isislovecruft/curve25519-dalek", branch = "master"} [dependencies.stdsimd] git = "https://github.com/rust-lang-nursery/stdsimd" -optional = true +#optional = true [dependencies.serde] version = "1.0" @@ -66,7 +66,7 @@ clear_on_drop = "=0.2.3" [build-dependencies.stdsimd] git = "https://github.com/rust-lang-nursery/stdsimd" -optional = true +#optional = true [build-dependencies.serde] version = "1.0"