Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/tools/cargo
Submodule cargo updated 50 files
+21 −21 Cargo.lock
+2 −1 Cargo.toml
+2 −1 crates/cargo-test-support/src/compare.rs
+2 −5 src/cargo/ops/cargo_add/mod.rs
+1 −1 src/cargo/ops/cargo_install.rs
+1 −1 src/cargo/ops/cargo_package.rs
+1 −1 src/cargo/ops/cargo_uninstall.rs
+67 −47 src/cargo/ops/cargo_update.rs
+1 −1 src/cargo/ops/resolve.rs
+1 −1 src/cargo/sources/directory.rs
+1 −1 src/cargo/sources/git/source.rs
+35 −48 src/cargo/sources/path.rs
+1 −1 src/cargo/sources/registry/mod.rs
+5 −3 src/cargo/util/toml_mut/upgrade.rs
+23 −20 src/doc/src/reference/config.md
+3 −1 src/doc/src/reference/environment-variables.md
+1 −1 tests/testsuite/build.rs
+117 −93 tests/testsuite/clean.rs
+99 −105 tests/testsuite/credential_process.rs
+138 −128 tests/testsuite/cross_compile.rs
+20 −24 tests/testsuite/cross_publish.rs
+38 −32 tests/testsuite/custom_target.rs
+18 −6 tests/testsuite/dep_info.rs
+5 −7 tests/testsuite/diagnostics.rs
+25 −29 tests/testsuite/direct_minimal_versions.rs
+26 −36 tests/testsuite/edition.rs
+4 −5 tests/testsuite/error.rs
+31 −18 tests/testsuite/features.rs
+334 −266 tests/testsuite/fix.rs
+63 −54 tests/testsuite/fix_n_times.rs
+116 −51 tests/testsuite/future_incompat_report.rs
+589 −533 tests/testsuite/git.rs
+76 −74 tests/testsuite/local_registry.rs
+60 −13 tests/testsuite/locate_project.rs
+66 −89 tests/testsuite/lockfile_compat.rs
+49 −31 tests/testsuite/login.rs
+25 −18 tests/testsuite/logout.rs
+631 −705 tests/testsuite/package.rs
+198 −114 tests/testsuite/package_features.rs
+521 −552 tests/testsuite/publish.rs
+118 −137 tests/testsuite/publish_lockfile.rs
+1,215 −821 tests/testsuite/registry.rs
+133 −65 tests/testsuite/registry_auth.rs
+197 −238 tests/testsuite/rust_version.rs
+234 −245 tests/testsuite/rustc.rs
+2 −2 tests/testsuite/rustc_info_cache.rs
+26 −12 tests/testsuite/search.rs
+39 −45 tests/testsuite/source_replacement.rs
+51 −11 tests/testsuite/standard_lib.rs
+561 −9 tests/testsuite/update.rs