From 234958672f4ae232eacdb42a10a6c519cb86a963 Mon Sep 17 00:00:00 2001 From: Sasha Hilton Date: Mon, 12 Feb 2018 14:48:39 +0100 Subject: [PATCH] Implement [replace] for rust-crypto --- Cargo.toml | 5 ++++- audio/Cargo.toml | 2 +- connect/Cargo.toml | 2 +- core/Cargo.toml | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index f3b88c3f..5d680896 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -43,7 +43,7 @@ num-bigint = "0.1.35" protobuf = "1.1" rand = "0.3.13" rpassword = "0.3.0" -rust-crypto = { git = "https://github.com/awmath/rust-crypto.git", branch = "avx2" } +rust-crypto = "0.2.36" serde = "0.9.6" serde_derive = "0.9.6" serde_json = "0.9.5" @@ -57,6 +57,9 @@ rand = "0.3.13" vergen = "0.1.0" protobuf_macros = { git = "https://github.com/plietar/rust-protobuf-macros", features = ["with-syntex"] } +[replace] +"rust-crypto:0.2.36" = { git = "https://github.com/awmath/rust-crypto.git", branch = "avx2" } + [features] alsa-backend = ["librespot-playback/alsa-backend"] portaudio-backend = ["librespot-playback/portaudio-backend"] diff --git a/audio/Cargo.toml b/audio/Cargo.toml index 48605669..2a9e134c 100644 --- a/audio/Cargo.toml +++ b/audio/Cargo.toml @@ -14,7 +14,7 @@ lewton = "0.8.0" log = "0.3.5" num-bigint = "0.1.35" num-traits = "0.1.36" -rust-crypto = { git = "https://github.com/awmath/rust-crypto.git", branch = "avx2" } +rust-crypto = "0.2.36" tempfile = "2.1" tremor = { git = "https://github.com/plietar/rust-tremor", optional = true } diff --git a/connect/Cargo.toml b/connect/Cargo.toml index a345401d..c529b616 100644 --- a/connect/Cargo.toml +++ b/connect/Cargo.toml @@ -19,7 +19,7 @@ log = "0.3.5" num-bigint = "0.1.35" protobuf = "1.1" rand = "0.3.13" -rust-crypto = { git = "https://github.com/awmath/rust-crypto.git", branch = "avx2" } +rust-crypto = "0.2.36" serde = "0.9.6" serde_derive = "0.9.6" serde_json = "0.9.5" diff --git a/core/Cargo.toml b/core/Cargo.toml index 86722f07..8bb36214 100644 --- a/core/Cargo.toml +++ b/core/Cargo.toml @@ -22,7 +22,7 @@ num-traits = "0.1.36" protobuf = "1.1" rand = "0.3.13" rpassword = "0.3.0" -rust-crypto = { git = "https://github.com/awmath/rust-crypto.git", branch = "avx2" } +rust-crypto = "0.2.36" serde = "0.9.6" serde_derive = "0.9.6" serde_json = "0.9.5"