Allow cargo vendor to run by removing a replaces

This commit is contained in:
Chris Josten 2020-11-27 00:02:40 +01:00
parent 8b74065b80
commit b7f086a59b
2 changed files with 2 additions and 11 deletions

10
Cargo.lock generated
View file

@ -714,7 +714,7 @@ dependencies = [
[[package]]
name = "mumble-web-proxy"
version = "0.1.0"
version = "0.1.1"
dependencies = [
"argparse",
"byteorder",
@ -1151,7 +1151,7 @@ dependencies = [
"handy_async",
"num",
"openssl",
"rust-crypto 0.2.36 (registry+https://github.com/rust-lang/crates.io-index)",
"rust-crypto",
"tokio-openssl",
"tokio-util",
"trackable",
@ -1162,12 +1162,6 @@ name = "rust-crypto"
version = "0.2.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
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 = [
"gcc",
"libc",

View file

@ -23,6 +23,3 @@ rtp = { git = "https://github.com/johni0702/rtp", rev = "1444b3c", features = ["
libnice = "0.2.1"
webrtc-sdp = "0.3"
openssl = "0.10"
[replace]
"rust-crypto:0.2.36" = { git = "https://github.com/awmath/rust-crypto.git", branch = "avx2" }