Skip to content

Commit

Permalink
Update cargo
Browse files Browse the repository at this point in the history
  • Loading branch information
ehuss committed Mar 3, 2021
1 parent 35dbef2 commit db17e0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/tools/cargo
Submodule cargo updated 37 files
+18 −0 crates/cargo-test-support/src/lib.rs
+7 −7 crates/crates-io/lib.rs
+1 −1 src/bin/cargo/commands/install.rs
+1 −1 src/bin/cargo/commands/locate_project.rs
+1 −1 src/bin/cargo/commands/metadata.rs
+3 −1 src/bin/cargo/commands/read_manifest.rs
+2 −2 src/bin/cargo/commands/verify_project.rs
+2 −3 src/bin/cargo/main.rs
+11 −7 src/cargo/core/compiler/build_context/target_info.rs
+2 −2 src/cargo/core/compiler/compilation.rs
+30 −1 src/cargo/core/compiler/compile_kind.rs
+22 −3 src/cargo/core/compiler/fingerprint.rs
+2 −2 src/cargo/core/package.rs
+1 −1 src/cargo/core/resolver/resolve.rs
+2 −2 src/cargo/core/resolver/types.rs
+5 −2 src/cargo/core/shell.rs
+1 −4 src/cargo/ops/cargo_new.rs
+1 −1 src/cargo/ops/cargo_test.rs
+89 −74 src/cargo/ops/registry.rs
+1 −1 src/cargo/sources/registry/index.rs
+24 −11 src/cargo/util/config/mod.rs
+5 −0 src/cargo/util/config/path.rs
+1 −1 src/cargo/util/process_builder.rs
+28 −6 src/cargo/util/rustc.rs
+1 −1 src/doc/src/guide/build-cache.md
+5 −6 src/doc/src/reference/manifest.md
+9 −5 src/doc/src/reference/profiles.md
+1 −3 tests/testsuite/build.rs
+28 −0 tests/testsuite/config.rs
+133 −84 tests/testsuite/custom_target.rs
+8 −8 tests/testsuite/lto.rs
+26 −0 tests/testsuite/metadata.rs
+9 −6 tests/testsuite/old_cargos.rs
+5 −2 tests/testsuite/owner.rs
+68 −10 tests/testsuite/publish.rs
+1 −1 tests/testsuite/update.rs
+1 −1 tests/testsuite/yank.rs

0 comments on commit db17e0a

Please sign in to comment.