-
Notifications
You must be signed in to change notification settings - Fork 12.8k
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 #58131 - ehuss:update-cargo, r=alexcrichton
Update cargo 7 commits in 245818076052dd7178f5bb7585f5aec5b6c1e03e..4e74e2fc0908524d17735c768067117d3e84ee9c 2019-01-27 15:17:26 +0000 to 2019-02-02 17:48:44 +0000 - Fix overlapping progress with stdout. (rust-lang/cargo#6618) - Improve progress bar flickering. (rust-lang/cargo#6615) - Add detail to multiple rename deps (rust-lang/cargo#6603) - Fix race condition in local registry crate unpacking (rust-lang/cargo#6591) - Revert "Make incremental compilation the default for all profiles." (rust-lang/cargo#6610) - Fixup the docs on crate-type (rust-lang/cargo#6606) - Document that owner --add now just invites (rust-lang/cargo#6604)
- Loading branch information
Showing
2 changed files
with
16 additions
and
16 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
15 files
+1 −1 | Cargo.toml | |
+1 −1 | src/bin/cargo/commands/owner.rs | |
+98 −78 | src/cargo/core/compiler/job_queue.rs | |
+1 −1 | src/cargo/core/compiler/mod.rs | |
+2 −1 | src/cargo/core/profiles.rs | |
+5 −8 | src/cargo/core/resolver/resolve.rs | |
+30 −3 | src/cargo/core/shell.rs | |
+37 −16 | src/cargo/sources/registry/mod.rs | |
+18 −4 | src/cargo/util/progress.rs | |
+2 −2 | src/doc/man/cargo-owner.adoc | |
+2 −2 | src/doc/man/generated/cargo-owner.html | |
+1 −3 | src/doc/src/reference/manifest.md | |
+3 −3 | src/doc/src/reference/publishing.md | |
+2 −2 | src/etc/man/cargo-owner.1 | |
+1 −2 | tests/testsuite/rename_deps.rs |