Allow cargo vendor
to run by removing a replaces
This commit is contained in:
parent
8b74065b80
commit
b7f086a59b
10
Cargo.lock
generated
10
Cargo.lock
generated
|
@ -714,7 +714,7 @@ dependencies = [
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "mumble-web-proxy"
|
name = "mumble-web-proxy"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"argparse",
|
"argparse",
|
||||||
"byteorder",
|
"byteorder",
|
||||||
|
@ -1151,7 +1151,7 @@ dependencies = [
|
||||||
"handy_async",
|
"handy_async",
|
||||||
"num",
|
"num",
|
||||||
"openssl",
|
"openssl",
|
||||||
"rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
|
"rust-crypto",
|
||||||
"tokio-openssl",
|
"tokio-openssl",
|
||||||
"tokio-util",
|
"tokio-util",
|
||||||
"trackable",
|
"trackable",
|
||||||
|
@ -1162,12 +1162,6 @@ name = "rust-crypto"
|
||||||
version = "0.2.36"
|
version = "0.2.36"
|
||||||
source = "registry+https://github.com/rust-lang/crates.io-index"
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||||||
checksum = "f76d05d3993fd5f4af9434e8e436db163a12a9d40e1a58a726f27a01dfd12a2a"
|
checksum = "f76d05d3993fd5f4af9434e8e436db163a12a9d40e1a58a726f27a01dfd12a2a"
|
||||||
replace = "rust-crypto 0.2.36 (git+https://github.com/awmath/rust-crypto.git?branch=avx2)"
|
|
||||||
|
|
||||||
[[package]]
|
|
||||||
name = "rust-crypto"
|
|
||||||
version = "0.2.36"
|
|
||||||
source = "git+https://github.com/awmath/rust-crypto.git?branch=avx2#394c247254dbe2ac5d44483232cf335d10cf0260"
|
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"gcc",
|
"gcc",
|
||||||
"libc",
|
"libc",
|
||||||
|
|
|
@ -23,6 +23,3 @@ rtp = { git = "https://github.com/johni0702/rtp", rev = "1444b3c", features = ["
|
||||||
libnice = "0.2.1"
|
libnice = "0.2.1"
|
||||||
webrtc-sdp = "0.3"
|
webrtc-sdp = "0.3"
|
||||||
openssl = "0.10"
|
openssl = "0.10"
|
||||||
|
|
||||||
[replace]
|
|
||||||
"rust-crypto:0.2.36" = { git = "https://github.com/awmath/rust-crypto.git", branch = "avx2" }
|
|
||||||
|
|
Loading…
Reference in a new issue