From 6b4aa8548c4841667bf17e3bbf6daff5ace469d0 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Sat, 20 Jan 2018 00:57:06 +0000 Subject: [PATCH 1/2] Specify stdsimd version. --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b61277f..07c3d24 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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] From da890be304f04cbc3f7f7d414d46780468681a31 Mon Sep 17 00:00:00 2001 From: Isis Lovecruft Date: Sat, 20 Jan 2018 00:57:36 +0000 Subject: [PATCH 2/2] Bump curve25519-dalek version to 0.14.3. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 07c3d24..f4a60ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "curve25519-dalek" -version = "0.14.2" +version = "0.14.3" authors = ["Isis Lovecruft ", "Henry de Valence "] readme = "README.md"