1 file changed
+1
-1
lines changed- Cargo.lock+2-2
- crates/cargo-test-support/src/registry.rs+2-2
- crates/cargo-util/src/process_builder.rs+1-1
- src/bin/cargo/cli.rs+16-14
- src/bin/cargo/commands/install.rs+1-1
- src/bin/cargo/commands/run.rs+108-3
- src/bin/cargo/main.rs+11-4
- src/cargo/core/compiler/custom_build.rs+2-1
- src/cargo/core/compiler/fingerprint/dirty_reason.rs+8
- src/cargo/core/compiler/fingerprint/mod.rs+49-55
- src/cargo/core/compiler/job_queue/job.rs+2-2
- src/cargo/core/compiler/job_queue/mod.rs+2-2
- src/cargo/core/compiler/mod.rs+1-1
- src/cargo/core/shell.rs+3-5
- src/cargo/ops/cargo_add/mod.rs+4-5
- src/cargo/ops/cargo_compile/packages.rs+45-23
- src/cargo/ops/common_for_install_and_uninstall.rs+3-3
- src/cargo/ops/registry/search.rs+2-3
- src/cargo/sources/registry/mod.rs+44-10
- src/cargo/util/config/mod.rs+17-7
- src/cargo/util/semver_ext.rs+27-10
- src/cargo/version.rs+1-1
- src/doc/man/cargo-update.md+4
- src/doc/man/generated_txt/cargo-update.txt+5
- src/doc/src/commands/cargo-update.md+4-1
- src/doc/src/reference/config.md+6-5
- src/doc/src/reference/registry-authentication.md+7-23
- src/doc/src/reference/resolver.md+3-1
- src/etc/man/cargo-update.1+4
- tests/build-std/main.rs+2-2
- tests/testsuite/alt_registry.rs+6-6
- tests/testsuite/bad_config.rs+32-32
- tests/testsuite/build.rs+7-7
- tests/testsuite/build_script.rs+28-28
- tests/testsuite/cargo_alias_config.rs+14-14
- tests/testsuite/cargo_env_config.rs+7-7
- tests/testsuite/cargo_features.rs+1-1
- tests/testsuite/cargo_install/help/stdout.log+1-1
- tests/testsuite/check_cfg.rs+2-2
- tests/testsuite/config.rs+62-55
- tests/testsuite/config_cli.rs+6-6
- tests/testsuite/config_include.rs+14-14
- tests/testsuite/credential_process.rs+10-10
- tests/testsuite/cross_compile.rs+3-3
- tests/testsuite/custom_target.rs+1-1
- tests/testsuite/directory.rs+4-4
- tests/testsuite/freshness.rs+3-3
- tests/testsuite/git.rs+7-4
- tests/testsuite/git_auth.rs+3-3
- tests/testsuite/help.rs+1-1
- tests/testsuite/install.rs+5-5
- tests/testsuite/local_registry.rs+3-3
- tests/testsuite/login.rs+1-1
- tests/testsuite/metabuild.rs+1-1
- tests/testsuite/net_config.rs+2-2
- tests/testsuite/new.rs+1-1
- tests/testsuite/offline.rs+1-1
- tests/testsuite/old_cargos.rs+1-1
- tests/testsuite/out_dir.rs+1-1
- tests/testsuite/path.rs+12-5
- tests/testsuite/paths.rs+4-4
- tests/testsuite/profile_config.rs+21-21
- tests/testsuite/profiles.rs+1-1
- tests/testsuite/progress.rs+6-6
- tests/testsuite/publish.rs+3-3
- tests/testsuite/registry.rs+2-2
- tests/testsuite/run.rs+51-5
- tests/testsuite/rustdoc_extern_html.rs+5-5
- tests/testsuite/rustdocflags.rs+2-2
- tests/testsuite/rustflags.rs+28-28
- tests/testsuite/script.rs+99-9
- tests/testsuite/source_replacement.rs+1-1
- tests/testsuite/test.rs+1-1
- tests/testsuite/tool_paths.rs+15-15
- tests/testsuite/update.rs+103
- tests/testsuite/vendor.rs+4-4
- tests/testsuite/version.rs+4-2
0 commit comments