Skip to content

Commit

Permalink
Rust-Crypto fix for Intel "Westmere" CPU's (#208)
Browse files Browse the repository at this point in the history
See DaGenix/rust-crypto#390 for details.
  • Loading branch information
shanemeagher authored and plietar committed Jun 29, 2017
1 parent 2259188 commit c070f6b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit c070f6b

Please sign in to comment.