mirror of
https://github.com/saymrwulf/curve25519-dalek-source.git
synced 2026-09-06 20:41:14 +00:00
Fix Cargo.toml to use upstream stdsimd
This commit is contained in:
parent
bf5e3581d2
commit
fbd0e74357
1 changed files with 2 additions and 3 deletions
|
|
@ -25,8 +25,7 @@ rustdoc-args = ["--html-in-header", ".cargo/registry/src/github.com-1ecc6299db9e
|
||||||
travis-ci = { repository = "isislovecruft/curve25519-dalek", branch = "master"}
|
travis-ci = { repository = "isislovecruft/curve25519-dalek", branch = "master"}
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
#stdsimd = { git = "https://github.com/rust-lang-nursery/stdsimd" }
|
stdsimd = { git = "https://github.com/rust-lang-nursery/stdsimd" }
|
||||||
stdsimd = { git = "https://github.com/hdevalence/stdsimd", branch="feature/more-avx2" }
|
|
||||||
|
|
||||||
[dependencies.serde]
|
[dependencies.serde]
|
||||||
version = "1.0"
|
version = "1.0"
|
||||||
|
|
@ -59,7 +58,7 @@ rand = "0.3"
|
||||||
generic-array = "^0.8"
|
generic-array = "^0.8"
|
||||||
digest = "0.6"
|
digest = "0.6"
|
||||||
arrayref = "0.3.4"
|
arrayref = "0.3.4"
|
||||||
stdsimd = { git = "https://github.com/hdevalence/stdsimd", branch="feature/more-avx2" }
|
stdsimd = { git = "https://github.com/rust-lang-nursery/stdsimd" }
|
||||||
|
|
||||||
[build-dependencies.serde]
|
[build-dependencies.serde]
|
||||||
version = "1.0"
|
version = "1.0"
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue