]> git.lizzy.rs Git - rust.git/commit
Rollup merge of #65710 - ehuss:update-cargo, r=alexcrichton
authorMazdak Farrokhzad <twingoow@gmail.com>
Thu, 24 Oct 2019 18:20:02 +0000 (20:20 +0200)
committerGitHub <noreply@github.com>
Thu, 24 Oct 2019 18:20:02 +0000 (20:20 +0200)
commit0da94a45e9ebe0fd7f4ca0e7b02eafa73c39a8b4
treeeeafdc17951c4222240f8c40d8b0243b8e6f2ba7
parent9c04bd1b4d1fb822a22eae7b848adf368b6e2911
parentfe3dc3171066e26085ca11be77ade8c9f8adee2d
Rollup merge of #65710 - ehuss:update-cargo, r=alexcrichton

Update cargo

6 commits in 3a9abe3f065554a7fbc59f440df2baba4a6e47ee..3ba5f27170db10af7a92f2b682e049397197b8fa
2019-10-15 15:55:35 +0000 to 2019-10-22 15:05:18 +0000
- Fix typo in `cargo install --profile` help (rust-lang/cargo#7532)
- Use stricter -Z flag parsing. (rust-lang/cargo#7531)
- Set timestamp on generated files in archive to now (rust-lang/cargo#7523)
- Support rustc's `-Z panic-abort-tests` in Cargo (rust-lang/cargo#7460)
- rustfmt for nightly changes. (rust-lang/cargo#7526)
- Allow --all-features in root of virtual workspace. (rust-lang/cargo#7525)