2 files changed
+3
-3
lines changed+2-2
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