-
Notifications
You must be signed in to change notification settings - Fork 13.2k
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 #63960 - ehuss:update-cargo, r=alexcrichton
Update cargo Update cargo 10 commits in 3f700ec43ce72305eb5315cfc710681f3469d4b4..22f7dd0495cd72ce2082d318d5a9b4dccb9c5b8c 2019-08-19 22:43:12 +0000 to 2019-08-27 16:10:51 +0000 - Update and improve zsh completion (rust-lang/cargo#7296) - Document that `package` can be used in `[patch]` (rust-lang/cargo#7263) - Fix `error:`/`warning:` coloring inconsistency with rustc (rust-lang/cargo#7294) - Tests: Import rustc_plugin from its new location (rust-lang/cargo#7287) - Update README azure badge. (rust-lang/cargo#7293) - Update home dependencies to v0.5 (rust-lang/cargo#7277) - Fix typo (rust-lang/cargo#7279) - Update libgit2 dependencies (rust-lang/cargo#7275) - Fix old lockfile encoding wrt newlines (rust-lang/cargo#7262) - Fix dSYM uplifting when symlink is broken (rust-lang/cargo#7268)
- Loading branch information
Showing
2 changed files
with
12 additions
and
12 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
14 files
+4 −4 | Cargo.toml | |
+1 −1 | README.md | |
+6 −1 | src/cargo/core/compiler/mod.rs | |
+1 −1 | src/cargo/core/mod.rs | |
+5 −3 | src/cargo/core/shell.rs | |
+20 −8 | src/cargo/ops/lockfile.rs | |
+1 −1 | src/doc/src/reference/config.md | |
+24 −0 | src/doc/src/reference/manifest.md | |
+197 −302 | src/etc/_cargo | |
+28 −0 | tests/testsuite/build.rs | |
+6 −6 | tests/testsuite/cross_compile.rs | |
+45 −0 | tests/testsuite/patch.rs | |
+4 −4 | tests/testsuite/plugins.rs | |
+2 −2 | tests/testsuite/proc_macro.rs |