Closed gkoz closed 9 years ago
Cargo build fails because of missing tar crate which doesn't get downloaded along with the others.
tar
There're no cargo: Looking up info for tar or cargo: Looking up info for git2 lines, but git2 gets pulled in because of git2-curl.
cargo: Looking up info for tar
cargo: Looking up info for git2
git2
git2-curl
It might have something to do with this syntax: https://github.com/rust-lang/cargo/blob/master/Cargo.toml#L27
Fixed in: 8ae338c
Cargo build fails because of missing
tar
crate which doesn't get downloaded along with the others.There're no
cargo: Looking up info for tar
orcargo: Looking up info for git2
lines, butgit2
gets pulled in because ofgit2-curl
.It might have something to do with this syntax: https://github.com/rust-lang/cargo/blob/master/Cargo.toml#L27