forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 0
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#41978 - alexcrichton:update-cargo, r=Mark-Sim…
…ulacrum Update the Cargo submodule Brings some nice updates like faster index clones/updates, retries on 500 from crates.io, etc.
- 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
+3 −0 | src/cargo/ops/cargo_output_metadata.rs | |
+12 −1 | src/cargo/ops/cargo_rustc/compilation.rs | |
+27 −3 | src/cargo/ops/cargo_rustc/context.rs | |
+50 −35 | src/cargo/sources/registry/index.rs | |
+7 −2 | src/cargo/sources/registry/local.rs | |
+7 −6 | src/cargo/sources/registry/mod.rs | |
+133 −61 | src/cargo/sources/registry/remote.rs | |
+58 −0 | src/cargo/util/errors.rs | |
+9 −8 | src/doc/build-script.md | |
+1 −21 | tests/cargotest/lib.rs | |
+76 −0 | tests/cross-compile.rs | |
+8 −0 | tests/metadata.rs |