mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-04 20:24:10 +00:00
for some reason stdsimd dep isn't picked up if it's optional
This commit is contained in:
parent
0f6171b788
commit
89753e7274
1 changed files with 2 additions and 2 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue