forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 6
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#87177 - ehuss:update-cargo, r=ehuss
Update cargo 6 commits in 66a6737a0c9f3a974af2dd032a65d3e409c77aac..27277d966b3cfa454d6dea7f724cb961c036251c 2021-07-14 20:54:28 +0000 to 2021-07-16 00:50:39 +0000 - Flag another curl error as possibly spurious (rust-lang/cargo#9695) - Add `d` as an alias for `doc` (rust-lang/cargo#9680) - `cargo fix --edition`: extend warning when on latest edition (rust-lang/cargo#9694) - Update env_logger requirement from 0.8.1 to 0.9.0 (rust-lang/cargo#9688) - Document cargo limitation w/ workspaces & configs (rust-lang/cargo#9674) - Change some warnings to errors (rust-lang/cargo#9689)
- Loading branch information
Showing
2 changed files
with
15 additions
and
2 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
10 files
+1 −1 | Cargo.toml | |
+1 −1 | src/bin/cargo/cli.rs | |
+2 −0 | src/bin/cargo/commands/doc.rs | |
+2 −1 | src/bin/cargo/main.rs | |
+28 −3 | src/cargo/util/diagnostic_server.rs | |
+1 −0 | src/cargo/util/network.rs | |
+6 −9 | src/cargo/util/toml/mod.rs | |
+9 −0 | src/doc/src/reference/config.md | |
+12 −7 | tests/testsuite/bad_config.rs | |
+2 −4 | tests/testsuite/fix.rs |