-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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 #40625 - alexcrichton:update-cargo-again, r=alexcrichton
Update the cargo submodule again Unfortunately it was reverted back to a broken state in e06c515 by accident, so let's bring it forward again! Closes rust-lang/cargo#3844
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule cargo
updated
12 files
+8 −8 | .travis.yml | |
+4 −4 | Cargo.lock | |
+2 −2 | Cargo.toml | |
+1 −1 | appveyor.yml | |
+3 −12 | src/cargo/lib.rs | |
+9 −5 | src/cargo/ops/cargo_rustc/mod.rs | |
+3 −12 | src/cargo/util/rustc.rs | |
+6 −1 | src/cargo/util/toml.rs | |
+1 −1 | src/crates-io/Cargo.toml | |
+21 −0 | tests/build.rs | |
+1 −4 | tests/git.rs | |
+27 −0 | tests/registry.rs |