1 file changed
+1
-1
lines changed- CHANGELOG.md+1-6.2k
- Cargo.lock+199-118
- Cargo.toml+2-2
- README.md+2-2
- benches/benchsuite/src/bin/capture-last-use.rs+2-2
- crates/cargo-test-support/src/paths.rs-5
- src/bin/cargo/commands/pkgid.rs-7
- src/bin/cargo/commands/run.rs+5-5
- src/bin/cargo/main.rs+15-15
- src/cargo/core/global_cache_tracker.rs+32-14
- src/cargo/core/package_id_spec.rs+4-2
- src/cargo/core/profiles.rs+6-1
- src/cargo/core/resolver/context.rs+13-12
- src/cargo/core/resolver/dep_cache.rs+72-13
- src/cargo/core/resolver/mod.rs+55-59
- src/cargo/core/source_id.rs+3
- src/cargo/core/workspace.rs+12-13
- src/cargo/ops/cargo_clean.rs+1
- src/cargo/ops/cargo_compile/packages.rs+41-9
- src/cargo/ops/cargo_compile/unit_generator.rs+1-1
- src/cargo/ops/cargo_output_metadata.rs+1-1
- src/cargo/util/edit_distance.rs+5-1
- src/cargo/util/flock.rs+26-9
- src/cargo/util/network/retry.rs+2-2
- src/cargo/util/toml/mod.rs+6-2
- src/doc/src/reference/manifest.md+1-1
- tests/testsuite/alt_registry.rs+2-2
- tests/testsuite/artifact_dep.rs+5-5
- tests/testsuite/bad_config.rs+1-1
- tests/testsuite/build.rs+4-4
- tests/testsuite/cargo_command.rs+22-23
- tests/testsuite/clean.rs+3-3
- tests/testsuite/features_namespaced.rs+2
- tests/testsuite/fix.rs+1-1
- tests/testsuite/global_cache_tracker.rs+48
- tests/testsuite/help.rs+3-3
- tests/testsuite/open_namespaces.rs+1-1
- tests/testsuite/package_features.rs+171-2
- tests/testsuite/pkgid.rs+4-4
- tests/testsuite/profile_overrides.rs+1-1
- tests/testsuite/publish.rs+2-2
- tests/testsuite/registry.rs+2-2
- tests/testsuite/run.rs+3-3
- tests/testsuite/script.rs+154-45
- tests/testsuite/tree.rs+1-1
- tests/testsuite/workspaces.rs+92
0 commit comments