mirror of
https://github.com/librespot-org/librespot.git
synced 2024-12-18 17:11:53 +00:00
Rust-Crypto fix for Intel "Westmere" CPU's (#208)
See https://github.com/DaGenix/rust-crypto/issues/390 for details.
This commit is contained in:
parent
2259188f19
commit
c070f6b0db
1 changed files with 1 additions and 1 deletions
|
@ -37,7 +37,7 @@ num-traits = "0.1.36"
|
||||||
protobuf = "1.1"
|
protobuf = "1.1"
|
||||||
rand = "0.3.13"
|
rand = "0.3.13"
|
||||||
rpassword = "0.3.0"
|
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 = "0.9.6"
|
||||||
serde_json = "0.9.5"
|
serde_json = "0.9.5"
|
||||||
serde_derive = "0.9.6"
|
serde_derive = "0.9.6"
|
||||||
|
|
Loading…
Reference in a new issue