mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +00:00
Specify stdsimd version.
This commit is contained in:
parent
d3959a5eb6
commit
6b4aa8548c
1 changed files with 2 additions and 2 deletions
|
|
@ -25,7 +25,7 @@ rustdoc-args = ["--html-in-header", ".cargo/registry/src/github.com-1ecc6299db9e
|
|||
travis-ci = { repository = "dalek-cryptography/curve25519-dalek", branch = "master"}
|
||||
|
||||
[dependencies.stdsimd]
|
||||
git = "https://github.com/rust-lang-nursery/stdsimd"
|
||||
version = "0.0.4"
|
||||
optional = true
|
||||
|
||||
[dependencies.serde]
|
||||
|
|
@ -65,7 +65,7 @@ arrayref = "0.3.4"
|
|||
clear_on_drop = "=0.2.3"
|
||||
|
||||
[build-dependencies.stdsimd]
|
||||
git = "https://github.com/rust-lang-nursery/stdsimd"
|
||||
version = "0.0.4"
|
||||
optional = true
|
||||
|
||||
[build-dependencies.serde]
|
||||
|
|
|
|||
Loading…
Reference in a new issue