mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-05 20:30:57 +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]
|
[dependencies.stdsimd]
|
||||||
git = "https://github.com/rust-lang-nursery/stdsimd"
|
git = "https://github.com/rust-lang-nursery/stdsimd"
|
||||||
optional = true
|
#optional = true
|
||||||
|
|
||||||
[dependencies.serde]
|
[dependencies.serde]
|
||||||
version = "1.0"
|
version = "1.0"
|
||||||
|
|
@ -66,7 +66,7 @@ clear_on_drop = "=0.2.3"
|
||||||
|
|
||||||
[build-dependencies.stdsimd]
|
[build-dependencies.stdsimd]
|
||||||
git = "https://github.com/rust-lang-nursery/stdsimd"
|
git = "https://github.com/rust-lang-nursery/stdsimd"
|
||||||
optional = true
|
#optional = true
|
||||||
|
|
||||||
[build-dependencies.serde]
|
[build-dependencies.serde]
|
||||||
version = "1.0"
|
version = "1.0"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue