This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 9dd4ce8
committed
Auto merge of rust-lang#88956 - ehuss:update-cargo, r=ehuss
Update cargo
13 commits in e515c3277bf0681bfc79a9e763861bfe26bb05db..33ee5f82edb50af87b952c5b28de0f5fb41ebf18
2021-09-08 14:32:15 +0000 to 2021-09-17 13:51:54 +0000
- Update curl-sys (rust-lang/cargo#9917)
- Bump Cargo's curl requirement to 7.79.0 (rust-lang/cargo#9914)
- Revert "When a dependency does not have a version, git or path, fails directly" (rust-lang/cargo#9911)
- Add some contributor docs for debugging testsuite tests. (rust-lang/cargo#9904)
- Fix warnings when documenting with `--document-private-items` (rust-lang/cargo#9903)
- Improve "wrong output" error. (rust-lang/cargo#9905)
- Fix warnings from better precision of `dead_code` lint (rust-lang/cargo#9906)
- Bump to 0.58.0, update changelog (rust-lang/cargo#9900)
- Fix rustc --profile=dev unstable check. (rust-lang/cargo#9898)
- config.md: fix typo (rust-lang/cargo#9896)
- Enable some tests on windows. (rust-lang/cargo#9893)
- Enable strip test on macos. (rust-lang/cargo#9889)
- Fix `cargo fix --edition` on stable. (rust-lang/cargo#9890)2 files changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
270 | | - | |
| 270 | + | |
271 | 271 | | |
272 | 272 | | |
273 | 273 | | |
| |||
882 | 882 | | |
883 | 883 | | |
884 | 884 | | |
885 | | - | |
| 885 | + | |
886 | 886 | | |
887 | | - | |
| 887 | + | |
888 | 888 | | |
889 | 889 | | |
890 | 890 | | |
| |||
- CHANGELOG.md+95-4
- Cargo.toml+2-2
- crates/cargo-test-support/src/tools.rs+41-1
- src/cargo/core/compiler/custom_build.rs+5-1
- src/cargo/core/manifest.rs+2-2
- src/cargo/core/resolver/version_prefs.rs+2-2
- src/cargo/ops/fix.rs+1-2
- src/cargo/util/command_prelude.rs+1-1
- src/cargo/util/rustc.rs+2-2
- src/cargo/util/toml/mod.rs+5-2
- src/doc/contrib/src/tests/writing.md+29
- src/doc/src/reference/config.md+1-1
- tests/testsuite/bad_config.rs+3-7
- tests/testsuite/build_script.rs+28
- tests/testsuite/config.rs+2
- tests/testsuite/doc.rs+14-16
- tests/testsuite/profile_custom.rs+29
- tests/testsuite/profiles.rs-2
- tests/testsuite/tool_paths.rs-5
0 commit comments