dhuseby / cargo-bootstrap

Bootstrapping script for Rust Cargo when cross-compilation is difficult or impossible.
BSD 2-Clause "Simplified" License
37 stars 9 forks source link

Dependencies with inline dictionaries seem to be ignored #1

Closed gkoz closed 9 years ago

gkoz commented 9 years ago

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 or cargo: Looking up info for git2 lines, but git2 gets pulled in because of git2-curl.

It might have something to do with this syntax: https://github.com/rust-lang/cargo/blob/master/Cargo.toml#L27

dhuseby commented 9 years ago

Fixed in: 8ae338c