forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
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)
- Loading branch information
Showing
2 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Submodule cargo
updated
19 files
+95 −4 | CHANGELOG.md | |
+2 −2 | Cargo.toml | |
+41 −1 | crates/cargo-test-support/src/tools.rs | |
+5 −1 | src/cargo/core/compiler/custom_build.rs | |
+2 −2 | src/cargo/core/manifest.rs | |
+2 −2 | src/cargo/core/resolver/version_prefs.rs | |
+1 −2 | src/cargo/ops/fix.rs | |
+1 −1 | src/cargo/util/command_prelude.rs | |
+2 −2 | src/cargo/util/rustc.rs | |
+5 −2 | src/cargo/util/toml/mod.rs | |
+29 −0 | src/doc/contrib/src/tests/writing.md | |
+1 −1 | src/doc/src/reference/config.md | |
+3 −7 | tests/testsuite/bad_config.rs | |
+28 −0 | tests/testsuite/build_script.rs | |
+2 −0 | tests/testsuite/config.rs | |
+14 −16 | tests/testsuite/doc.rs | |
+29 −0 | tests/testsuite/profile_custom.rs | |
+0 −2 | tests/testsuite/profiles.rs | |
+0 −5 | tests/testsuite/tool_paths.rs |