2 files changed
+5
-5
lines changed+4-4
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
297 | 297 |
| |
298 | 298 |
| |
299 | 299 |
| |
300 |
| - | |
| 300 | + | |
301 | 301 |
| |
302 | 302 |
| |
303 | 303 |
| |
| |||
439 | 439 |
| |
440 | 440 |
| |
441 | 441 |
| |
442 |
| - | |
| 442 | + | |
443 | 443 |
| |
444 | 444 |
| |
445 | 445 |
| |
| |||
602 | 602 |
| |
603 | 603 |
| |
604 | 604 |
| |
605 |
| - | |
| 605 | + | |
606 | 606 |
| |
607 |
| - | |
| 607 | + | |
608 | 608 |
| |
609 | 609 |
| |
610 | 610 |
| |
|
- Cargo.toml+1-1
- crates/cargo-test-support/src/compare.rs+1
- crates/cargo-util/Cargo.toml+1-1
- crates/cargo-util/src/process_builder.rs+20-12
- src/bin/cargo/cli.rs+5-3
- src/cargo/core/compiler/standard_lib.rs+1-4
- src/cargo/core/features.rs+2
- src/cargo/core/profiles.rs+42-7
- src/cargo/core/resolver/features.rs+21-24
- src/cargo/core/source/source_id.rs+71-25
- src/cargo/ops/cargo_compile.rs+1-1
- src/cargo/ops/registry.rs+112-14
- src/cargo/ops/tree/graph.rs+2-2
- src/cargo/sources/config.rs+1-1
- src/cargo/sources/registry/http_remote.rs+3-7
- src/cargo/sources/registry/mod.rs+1-1
- src/cargo/util/toml/mod.rs+1-1
- src/doc/src/reference/build-script-examples.md+1
- src/doc/src/reference/unstable.md+18
- tests/testsuite/build_script.rs+26
- tests/testsuite/cargo_alias_config.rs+24
- tests/testsuite/metadata.rs+1-1
- tests/testsuite/new.rs+1-1
- tests/testsuite/publish.rs+403-22
- tests/testsuite/registry.rs+20-2
0 commit comments