]> git.lizzy.rs Git - rust.git/commit
Auto merge of #88278 - ehuss:update-cargo, r=ehuss
authorbors <bors@rust-lang.org>
Fri, 27 Aug 2021 03:48:04 +0000 (03:48 +0000)
committerbors <bors@rust-lang.org>
Fri, 27 Aug 2021 03:48:04 +0000 (03:48 +0000)
commit720a1b23c1eda3c78e28126362238a500eaa20d4
tree42d9dba15c03fedf9557152d90988ae7a7b90d76
parentd5cd3205fd6c0817fd46c036d0f3194b7deaca93
parent167ee54904b9acdd5cb8a6b89738b9df53999288
Auto merge of #88278 - ehuss:update-cargo, r=ehuss

Update cargo

19 commits in e96bdb0c3d0a418e7fcd7fbd69be08abf830b4bc..f559c109cc79fe413a8535fb620a5a58b3823d94
2021-08-17 22:58:47 +0000 to 2021-08-26 22:54:55 +0000
- Fix test not to rely on `cargo` in PATH. (rust-lang/cargo#9843)
- Improve resolver message to include dependency requirements (rust-lang/cargo#9827)
- Add hint for cargo metadata in environment section (rust-lang/cargo#9836)
- Fix panic with build-std of a proc-macro. (rust-lang/cargo#9834)
- Fix typos “a”→“an” (rust-lang/cargo#9821)
- Fix typo in git-authentication.md (rust-lang/cargo#9832)
- Add some debug logging for `cargo fix` (rust-lang/cargo#9831)
- Add documentation about third-party registries. (rust-lang/cargo#9830)
- unset the FIX_ENV when executing the real rustc (rust-lang/cargo#9818)
- Allow crate download by checksum (rust-lang/cargo#9801)
- Emit warning for migrating to unstable edition in stable channel (rust-lang/cargo#9792)
- Warning for no lib dependencies (rust-lang/cargo#9771)
- Temporarily disable extern-html-root-url test. (rust-lang/cargo#9824)
- Move `tmp` test directory. (rust-lang/cargo#9814)
- Fix test incorrectly validating CARGO_PKG_LICENSE_FILE. (rust-lang/cargo#9813)
- Implement `[future-incompat-report]` config section (rust-lang/cargo#9774)
- Bump curl. (rust-lang/cargo#9809)
- Determine packages to install prior to installing (rust-lang/cargo#9793)
- Show feature resolver differences for dev-dependencies. (rust-lang/cargo#9803)