-
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.
This notably brings in rust-lang/cargo#4646 which should help debugging a few issues and getting it out there for testing sooner.
- Loading branch information
1 parent
785643a
commit 28ed5bd
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cargo
updated
9 files
+56 −17 | src/cargo/core/resolver/mod.rs | |
+109 −32 | src/cargo/core/shell.rs | |
+2 −6 | src/cargo/ops/resolve.rs | |
+34 −32 | src/cargo/sources/git/utils.rs | |
+7 −1 | src/cargo/sources/registry/remote.rs | |
+4 −2 | src/cargo/util/config.rs | |
+2 −0 | src/cargo/util/mod.rs | |
+127 −0 | src/cargo/util/progress.rs | |
+1 −1 | tests/resolve.rs |