2 files changed
+2
-2
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
342 | 342 |
| |
343 | 343 |
| |
344 | 344 |
| |
345 |
| - | |
| 345 | + | |
346 | 346 |
| |
347 | 347 |
| |
348 | 348 |
| |
|
- .github/workflows/main.yml+5
- CHANGELOG.md+106-8
- CODE_OF_CONDUCT.md+3
- Cargo.toml+1-1
- crates/cargo-test-support/src/cross_compile.rs+12-4
- crates/cargo-test-support/src/lib.rs+9-4
- src/cargo/core/compiler/build_context/target_info.rs+72-25
- src/cargo/core/compiler/future_incompat.rs+20-6
- src/cargo/core/compiler/mod.rs+11-4
- src/cargo/ops/cargo_add/mod.rs+6-1
- src/cargo/ops/cargo_clean.rs+2
- src/cargo/ops/cargo_install.rs+49-3
- src/cargo/sources/registry/http_remote.rs+11-11
- src/cargo/sources/registry/remote.rs+3-5
- src/cargo/util/toml/mod.rs+233-260
- src/doc/contrib/src/process/unstable.md-4
- src/doc/src/reference/resolver.md+33-2
- src/doc/src/reference/unstable.md+13-12
- tests/testsuite/build.rs+23
- tests/testsuite/cargo_add/mod.rs+1
- tests/testsuite/cargo_add/sorted_table_with_dotted_item/in/Cargo.toml+13
- tests/testsuite/cargo_add/sorted_table_with_dotted_item/in/src/lib.rs
- tests/testsuite/cargo_add/sorted_table_with_dotted_item/mod.rs+25
- tests/testsuite/cargo_add/sorted_table_with_dotted_item/out/Cargo.toml+14
- tests/testsuite/cargo_add/sorted_table_with_dotted_item/stderr.log+2
- tests/testsuite/cargo_add/sorted_table_with_dotted_item/stdout.log
- tests/testsuite/cfg.rs+40
- tests/testsuite/inheritable_workspace_fields.rs+54-9
- tests/testsuite/registry_auth.rs+16-2
- tests/testsuite/required_features.rs+117
- triagebot.toml+111
0 commit comments