]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #49639 - matklad:cargo, r=kennytm
authorkennytm <kennytm@gmail.com>
Wed, 4 Apr 2018 09:13:04 +0000 (17:13 +0800)
committerkennytm <kennytm@gmail.com>
Wed, 4 Apr 2018 18:17:01 +0000 (02:17 +0800)
commitb6b8ed2effe75927d462fbac31a04a3ad929e346
treebedb6fbe65d09dae525e90d1f50c854ff05546ea
parenta4f744d84ed61091b8a0c2418db8173e4a844199
parentdb859f5043e0e7a34be9fe67128133c5287ba039
Rollup merge of #49639 - matklad:cargo, r=kennytm

Update Cargo

This includes at least two notable changes:

  * a regression is fixed where Cargo would update index on every
    operation https://github.com/rust-lang/cargo/pull/5288
  * a new unstable `--out-dir` option is implemented
    https://github.com/rust-lang/cargo/pull/5203