]> git.lizzy.rs Git - rust.git/commit - src/tools/rust-analyzer
Rollup merge of #89377 - ehuss:update-cargo, r=ehuss
authorEric Huss <eric@huss.org>
Thu, 30 Sep 2021 02:33:44 +0000 (19:33 -0700)
committerGitHub <noreply@github.com>
Thu, 30 Sep 2021 02:33:44 +0000 (19:33 -0700)
commit4bb478967d500217b389a8f6dae84285661743bd
tree7961bfc28cfa3db4f5fb19917d7d21fa7399d7be
parent9a77b21114e7c78b3ac4d67e416662c09b044d46
parent80b4718fd3a1d617fa7c89577dd0a90fb41f96bb
Rollup merge of #89377 - ehuss:update-cargo, r=ehuss

Update cargo

5 commits in 0121d66aa2ef5ffa9735f86c2b56f5fdc5a837a6..d56b42c549dbb7e7d0f712c51b39400260d114d4
2021-09-22 16:08:27 +0000 to 2021-09-27 13:44:18 +0000
- Allow `cargo update --precise` with metadata. (rust-lang/cargo#9945)
- Support path_in_vcs as part of cargo_vcs_metadata (rust-lang/cargo#9866)
- Doc about InstallTracker files and `install.root` (rust-lang/cargo#9948)
- Add some clarity on the license/license-file warning. (rust-lang/cargo#9941)
- Fix the problem that help cannot be displayed properly (rust-lang/cargo#9933)