This repository was archived by the owner on May 28, 2025. It is now read-only.
Commit 9889a6f
committed
Auto merge of rust-lang#126657 - weihanglo:update-cargo, r=weihanglo
Update cargo
13 commits in a1f47ec3f7cd076986f1bfcd7061f2e8cb1a726e..3ed207e416fb2f678a40cc79c02dcf4f936a21ce
2024-06-15 01:10:07 +0000 to 2024-06-18 19:18:22 +0000
- test: prefer raw string for regex reduction (rust-lang/cargo#14099)
- test: migrate tree and tree_graph_features to snapbox (rust-lang/cargo#14094)
- test: Migrate some files to snapbox (rust-lang/cargo#14069)
- remove some legacy public dependency code from the resolver (rust-lang/cargo#14090)
- fix(fix): Address problems with implicit -> explicit feature migration (rust-lang/cargo#14018)
- refactor: 1.79 cleanup (rust-lang/cargo#14088)
- test: migrate `git_(gc|shallow)` to snapbox (rust-lang/cargo#14087)
- test: migrate timings_works to snapbox (rust-lang/cargo#14082)
- test: migrate minimal_versions to snapbox (rust-lang/cargo#14080)
- Remove `run_expect_error` to avoid tests incorrectly passing (rust-lang/cargo#14078)
- test: migrate help to snapbox (rust-lang/cargo#14060)
- test: Migrate tests/testsuite/co*.rs to snapbox (rust-lang/cargo#14079)
- Use `std::fs::absolute` instead of reimplementing it (rust-lang/cargo#14075)
<!--
r? ghost
-->1 file changed
+1
-1
lines changed- Cargo.lock+2-2
- Cargo.toml+2-2
- crates/cargo-test-macro/Cargo.toml+1-1
- crates/cargo-test-support/Cargo.toml+1-1
- crates/cargo-test-support/src/compare.rs+8-8
- crates/cargo-test-support/src/lib.rs-9
- crates/xtask-bump-check/src/xtask.rs-4
- src/cargo/core/resolver/conflict_cache.rs-5
- src/cargo/core/resolver/errors.rs-8
- src/cargo/core/resolver/mod.rs-4
- src/cargo/core/resolver/types.rs-13
- src/cargo/ops/fix.rs+43-9
- src/cargo/util/mod.rs+2-53
- tests/testsuite/build_script_extra_link_arg.rs+73-50
- tests/testsuite/cache_lock.rs-2
- tests/testsuite/cache_messages.rs+114-60
- tests/testsuite/check_cfg.rs+30-29
- tests/testsuite/collisions.rs+98-80
- tests/testsuite/concurrent.rs+13-14
- tests/testsuite/config.rs+4-3
- tests/testsuite/config_cli.rs-2
- tests/testsuite/config_include.rs+12-15
- tests/testsuite/corrupt_git.rs-2
- tests/testsuite/fix.rs+137-52
- tests/testsuite/freshness.rs+3-2
- tests/testsuite/git_gc.rs-2
- tests/testsuite/git_shallow.rs-2
- tests/testsuite/help.rs+16-21
- tests/testsuite/member_discovery.rs-2
- tests/testsuite/minimal_versions.rs+5-7
- tests/testsuite/timings.rs+9-11
- tests/testsuite/tree.rs+486-559
- tests/testsuite/tree_graph_features.rs+120-133
0 commit comments