2 files changed
+1
-2
lines changed- Cargo.lock+173-145
- Cargo.toml+15-15
- src/bin/cargo/commands/bench.rs+2-2
- src/bin/cargo/commands/build.rs+2-2
- src/bin/cargo/commands/check.rs+2-2
- src/bin/cargo/commands/fix.rs+2-2
- src/bin/cargo/commands/rustc.rs+2-2
- src/bin/cargo/commands/rustdoc.rs+2-2
- src/bin/cargo/commands/test.rs+2-2
- src/cargo/util/toml/mod.rs+4
- src/cargo/util/workspace.rs+2-2
- src/doc/src/reference/features.md+7
- src/doc/src/reference/resolver.md+46-1
- src/doc/src/reference/specifying-dependencies.md+2-2
- tests/testsuite/bad_config.rs+1-1
- tests/testsuite/cargo_bench/help/stdout.log+2-2
- tests/testsuite/cargo_build/help/stdout.log+2-2
- tests/testsuite/cargo_check/help/stdout.log+2-2
- tests/testsuite/cargo_fix/help/stdout.log+2-2
- tests/testsuite/cargo_rustc/help/stdout.log+2-2
- tests/testsuite/cargo_rustdoc/help/stdout.log+2-2
- tests/testsuite/cargo_test/help/stdout.log+2-2
- tests/testsuite/features.rs+55
- tests/testsuite/list_availables.rs+4-4
- tests/testsuite/profile_trim_paths.rs+35
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
59 | 59 |
| |
60 | 60 |
| |
61 | 61 |
| |
62 |
| - | |
63 | 62 |
| |
64 | 63 |
| |
65 | 64 |
| |
|
0 commit comments