]> git.lizzy.rs Git - rust.git/commit
Auto merge of #79384 - ehuss:update-cargo, r=ehuss
authorbors <bors@rust-lang.org>
Tue, 24 Nov 2020 18:32:19 +0000 (18:32 +0000)
committerbors <bors@rust-lang.org>
Tue, 24 Nov 2020 18:32:19 +0000 (18:32 +0000)
commit74459930a951db7a68b3ecd86f3b796339e59fe5
tree8e66abf83608e24aa88229cbf961b5a0c64e6940
parent25a691003cf6676259ee7d4bed05b43cb6283cea
parentc46e8964ae36023554944b31e708f77c1bdb7d5e
Auto merge of #79384 - ehuss:update-cargo, r=ehuss

Update cargo

10 commits in 2af662e22177a839763ac8fb70d245a680b15214..bfca1cd22bf514d5f2b6c1089b0ded0ba7dfaa6e
2020-11-12 19:04:56 +0000 to 2020-11-24 16:33:21 +0000
- Shrink the progress bar, to give more space after it. (rust-lang/cargo#8892)
- Add some comments to the toml code (rust-lang/cargo#8887)
- Start searching git config at new path (rust-lang/cargo#8886)
- Fix documentation for CARGO_PRIMARY_PACKAGE. (rust-lang/cargo#8891)
- Bump to 0.51.0, update changelog (rust-lang/cargo#8894)
- Publish target's "doc" setting when emitting metadata (rust-lang/cargo#8869)
- Relaxes expectation of `cargo test` tests to accept test execution time (rust-lang/cargo#8884)
- Finish implementation of `-Zextra-link-arg`. (rust-lang/cargo#8441)
- Reproducible crate builds (rust-lang/cargo#8864)
- Allow resolver="1" to explicitly use the old resolver behavior. (rust-lang/cargo#8857)