mirror of
https://github.com/saymrwulf/risc0-curve25519-dalek-source.git
synced 2026-09-04 20:03:40 +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"}
|
||||
|
||||
[dependencies]
|
||||
#stdsimd = { git = "https://github.com/rust-lang-nursery/stdsimd" }
|
||||
stdsimd = { git = "https://github.com/hdevalence/stdsimd", branch="feature/more-avx2" }
|
||||
stdsimd = { git = "https://github.com/rust-lang-nursery/stdsimd" }
|
||||
|
||||
[dependencies.serde]
|
||||
version = "1.0"
|
||||
|
|
@ -59,7 +58,7 @@ rand = "0.3"
|
|||
generic-array = "^0.8"
|
||||
digest = "0.6"
|
||||
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]
|
||||
version = "1.0"
|
||||
|
|
|
|||
Loading…
Reference in a new issue