From fbd0e74357c4f2fc2fad11eae1e2029a2da65eef Mon Sep 17 00:00:00 2001 From: Henry de Valence Date: Fri, 1 Dec 2017 12:02:16 -0800 Subject: [PATCH] Fix Cargo.toml to use upstream stdsimd --- Cargo.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 390a2c5..9d791de 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"