Skip to content

Commit

Permalink
Update cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Feb 4, 2021
1 parent e708cbd commit 8666a6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/cargo
Submodule cargo updated 48 files
+56 −70 crates/cargo-test-support/src/lib.rs
+247 −70 crates/cargo-test-support/src/registry.rs
+105 −33 crates/crates-io/lib.rs
+1 −1 src/bin/cargo/commands/bench.rs
+1 −2 src/bin/cargo/commands/run.rs
+1 −1 src/bin/cargo/commands/test.rs
+1 −1 src/bin/cargo/main.rs
+6 −0 src/cargo/core/compiler/build_context/target_info.rs
+64 −30 src/cargo/core/compiler/compilation.rs
+41 −42 src/cargo/core/compiler/context/mod.rs
+16 −19 src/cargo/core/compiler/custom_build.rs
+2 −3 src/cargo/core/compiler/fingerprint.rs
+2 −2 src/cargo/core/compiler/job_queue.rs
+21 −16 src/cargo/core/compiler/mod.rs
+2 −7 src/cargo/core/compiler/output_depinfo.rs
+29 −37 src/cargo/core/profiles.rs
+7 −7 src/cargo/ops/cargo_clean.rs
+1 −6 src/cargo/ops/cargo_compile.rs
+4 −5 src/cargo/ops/cargo_install.rs
+9 −4 src/cargo/ops/cargo_run.rs
+12 −17 src/cargo/ops/cargo_test.rs
+16 −4 src/cargo/ops/vendor.rs
+18 −0 src/cargo/sources/registry/index.rs
+3 −0 src/cargo/sources/registry/local.rs
+106 −13 src/cargo/sources/registry/mod.rs
+4 −0 src/cargo/sources/registry/remote.rs
+51 −16 src/cargo/util/errors.rs
+1 −1 src/cargo/util/mod.rs
+54 −22 src/cargo/util/rustc.rs
+6 −1 src/cargo/util/toml/mod.rs
+6 −0 src/doc/src/reference/build-scripts.md
+18 −0 src/doc/src/reference/profiles.md
+19 −4 tests/testsuite/alt_registry.rs
+9 −7 tests/testsuite/build.rs
+93 −0 tests/testsuite/build_script.rs
+25 −54 tests/testsuite/credential_process.rs
+2 −1 tests/testsuite/install_upgrade.rs
+1 −1 tests/testsuite/login.rs
+1 −0 tests/testsuite/logout.rs
+5 −0 tests/testsuite/out_dir.rs
+1 −0 tests/testsuite/package.rs
+4 −1 tests/testsuite/patch.rs
+42 −44 tests/testsuite/profile_config.rs
+171 −2 tests/testsuite/publish.rs
+2 −1 tests/testsuite/rename_deps.rs
+2 −1 tests/testsuite/rustdoc_extern_html.rs
+8 −4 tests/testsuite/unit_graph.rs
+35 −1 tests/testsuite/vendor.rs

0 comments on commit 8666a6c

Please sign in to comment.