forked from rust-lang/rust
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit 1fc3491
Auto merge of rust-lang#136023 - weihanglo:update-cargo, r=weihanglo
Update cargo
5 commits in 045bf21b36a2e1f3ed85e38278d1c3cc4305e134..cecde95c119a456c30e57d3e4b31fff5a7d83df4
2025年01月17日 14:59:36 +0000 to 2025年01月24日 17:15:24 +0000
- Remove unused `-C link-arg=-fuse-ld=lld` (rust-lang/cargo#15097)
- Remove `unsafe` by using `LazyLock` (rust-lang/cargo#15096)
- Print globs when workspace members can't be found (rust-lang/cargo#15093)
- Make --allow-dirty imply --allow-staged (rust-lang/cargo#15013)
- fix(config): When merging, replace rather than combining specific configuration keys (rust-lang/cargo#15066)1 file changed
+1
-1
lines changed- crates/cargo-test-macro/src/lib.rs+14-16
- src/bin/cargo/commands/fix.rs+5-3
- src/cargo/core/workspace.rs+25-13
- src/cargo/ops/fix.rs+1-1
- src/cargo/util/context/de.rs+6-10
- src/cargo/util/context/key.rs+10
- src/cargo/util/context/mod.rs+43-28
- src/cargo/util/context/path.rs+6-2
- src/doc/man/cargo-fix.md+1-1
- src/doc/man/generated_txt/cargo-fix.txt+2-1
- src/doc/src/commands/cargo-fix.md+1-1
- src/etc/man/cargo-fix.1+1-1
- tests/testsuite/cargo_fix/help/stdout.term.svg+56-54
- tests/testsuite/config.rs+32
- tests/testsuite/fix.rs+3-3
- tests/testsuite/freshness.rs-1
- tests/testsuite/freshness_checksum.rs-1
- tests/testsuite/workspaces.rs+3-3
0 commit comments