2 files changed
+2
-2
lines changed+1-1
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
295 | 295 |
| |
296 | 296 |
| |
297 | 297 |
| |
298 |
| - | |
| 298 | + | |
299 | 299 |
| |
300 | 300 |
| |
301 | 301 |
| |
|
- CHANGELOG.md+66-2
- Cargo.toml+1-1
- src/cargo/core/compiler/custom_build.rs+35-5
- src/cargo/core/compiler/mod.rs+37-7
- src/cargo/core/features.rs+2
- src/cargo/core/manifest.rs+6
- src/cargo/core/resolver/types.rs+2-1
- src/cargo/core/source/source_id.rs+2
- src/cargo/ops/cargo_new.rs+10-13
- src/cargo/ops/cargo_package.rs+2-9
- src/cargo/util/config/target.rs+32-4
- src/cargo/util/progress.rs+3-1
- src/cargo/util/toml/mod.rs+24
- src/doc/man/cargo-metadata.md+2
- src/doc/man/generated_txt/cargo-metadata.txt+2
- src/doc/src/commands/cargo-metadata.md+2
- src/doc/src/reference/environment-variables.md+7-7
- src/doc/src/reference/unstable.md+35-3
- src/etc/man/cargo-metadata.1+2
- tests/testsuite/bench.rs+1
- tests/testsuite/build.rs+7
- tests/testsuite/build_script_extra_link_arg.rs+72
- tests/testsuite/dep_info.rs+3-3
- tests/testsuite/doc.rs-12
- tests/testsuite/features2.rs+57-2
- tests/testsuite/main.rs+1
- tests/testsuite/metabuild.rs+2
- tests/testsuite/metadata.rs+33
- tests/testsuite/new.rs+45-1
- tests/testsuite/package.rs+36
- tests/testsuite/profiles.rs+2-8
- tests/testsuite/pub_priv.rs+2
- tests/testsuite/read_manifest.rs+1
- tests/testsuite/required_features.rs+3
- tests/testsuite/test.rs+16-13
- tests/testsuite/unit_graph.rs+4
- tests/testsuite/update.rs+2
0 commit comments