]> git.lizzy.rs Git - rust.git/commit
rustbuild: Fix a bug when manifesting with Cargo
authorAlex Crichton <alex@alexcrichton.com>
Sat, 11 Mar 2017 17:30:51 +0000 (09:30 -0800)
committerAlex Crichton <alex@alexcrichton.com>
Sat, 11 Mar 2017 17:30:51 +0000 (09:30 -0800)
commit8db566ee966d5dffbe4fb1a8b29bf4d4ae62b75a
tree0b8ce747ebf57b0e48980b1ff6723fba6361582c
parent5d0be0d72a8fe87c1a038f014beb7f64ba249b29
rustbuild: Fix a bug when manifesting with Cargo

The wrong Cargo version was passed down so it ended up panicking the
build-manifest script as it couldn't find the right tarball.
src/bootstrap/dist.rs