Commit de53bd3
committed
Update cargo
5 commits in a3dfea71ca0c888a88111086898aa833c291d497..16b097879b6f117c8ae698aab054c87f26ff325e
2022-11-11 03:50:47 +0000 to 2022-11-14 23:28:16 +0000
- improve error message for cargo add/remove (rust-lang/cargo#11375)
- Bump crate versions of `cargo-util` and `crates-io` (rust-lang/cargo#11369)
- doc(changelog): suggestions of cargo fix are nightly only (rust-lang/cargo#11373)
- Add warning when PATH env separator is in project path (rust-lang/cargo#11318)
- Fix git2 safe-directory disable (rust-lang/cargo#11366)1 parent a00f8ba commit de53bd3
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
423 | 423 | | |
424 | 424 | | |
425 | 425 | | |
426 | | - | |
| 426 | + | |
427 | 427 | | |
428 | 428 | | |
429 | 429 | | |
| |||
900 | 900 | | |
901 | 901 | | |
902 | 902 | | |
903 | | - | |
| 903 | + | |
904 | 904 | | |
905 | 905 | | |
906 | 906 | | |
| |||
- CHANGELOG.md+3-2
- Cargo.toml+2-2
- crates/cargo-util/Cargo.toml+1-1
- crates/cargo-util/src/paths.rs+54-12
- crates/crates-io/Cargo.toml+1-1
- src/bin/cargo/cli.rs+1-1
- src/bin/cargo/commands/add.rs+16-11
- src/bin/cargo/commands/remove.rs+15-3
- src/bin/cargo/main.rs+32-23
- src/cargo/ops/cargo_new.rs+19-1
- tests/testsuite/cargo_remove/invalid_package_multiple/stderr.log+2-1
- tests/testsuite/init/mod.rs+2
- tests/testsuite/init/path_contains_separator/in/.keep
- tests/testsuite/init/path_contains_separator/mod.rs+26
- tests/testsuite/init/path_contains_separator/out/Cargo.toml+8
- tests/testsuite/init/path_contains_separator/out/src/main.rs+3
- tests/testsuite/init/path_contains_separator/stderr.log+3
- tests/testsuite/init/path_contains_separator/stdout.log
- tests/testsuite/new.rs+14
0 commit comments