for some reason stdsimd dep isn't picked up if it's optional

This commit is contained in:
Henry de Valence 2017-12-15 13:07:10 -08:00
parent 0f6171b788
commit 89753e7274

View file

@ -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"