From c070f6b0dbe695241671dc6ffc64895f69848479 Mon Sep 17 00:00:00 2001 From: Shane Date: Thu, 29 Jun 2017 22:45:53 +0800 Subject: [PATCH] Rust-Crypto fix for Intel "Westmere" CPU's (#208) See https://github.com/DaGenix/rust-crypto/issues/390 for details. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 5d647196..8dbf12a4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ num-traits = "0.1.36" protobuf = "1.1" rand = "0.3.13" rpassword = "0.3.0" -rust-crypto = "0.2.34" +rust-crypto = { git = "https://github.com/awmath/rust-crypto.git", branch = "avx2" } serde = "0.9.6" serde_json = "0.9.5" serde_derive = "0.9.6"