2 files changed
+6
-6
lines changed+5-5
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
770 | 770 |
| |
771 | 771 |
| |
772 | 772 |
| |
773 |
| - | |
| 773 | + | |
774 | 774 |
| |
775 | 775 |
| |
776 | 776 |
| |
| |||
1337 | 1337 |
| |
1338 | 1338 |
| |
1339 | 1339 |
| |
1340 |
| - | |
| 1340 | + | |
1341 | 1341 |
| |
1342 |
| - | |
| 1342 | + | |
1343 | 1343 |
| |
1344 | 1344 |
| |
1345 | 1345 |
| |
| |||
1792 | 1792 |
| |
1793 | 1793 |
| |
1794 | 1794 |
| |
1795 |
| - | |
| 1795 | + | |
1796 | 1796 |
| |
1797 |
| - | |
| 1797 | + | |
1798 | 1798 |
| |
1799 | 1799 |
| |
1800 | 1800 |
| |
|
- .github/ISSUE_TEMPLATE/tracking_issue.md+8-7
- Cargo.toml+3-3
- crates/cargo-test-support/Cargo.toml+1-1
- crates/cargo-test-support/src/git.rs+15
- crates/cargo-test-support/src/paths.rs+1-1
- crates/crates-io/Cargo.toml+1-1
- crates/crates-io/lib.rs+13-4
- src/bin/cargo/cli.rs+6-3
- src/bin/cargo/commands/login.rs+1
- src/bin/cargo/commands/tree.rs+5
- src/bin/cargo/commands/vendor.rs+4
- src/cargo/core/features.rs+254-106
- src/cargo/core/manifest.rs-3
- src/cargo/core/package_id_spec.rs+52-7
- src/cargo/lib.rs+6-8
- src/cargo/ops/cargo_clean.rs+12-1
- src/cargo/ops/cargo_new.rs+30-10
- src/cargo/util/command_prelude.rs+5-8
- src/cargo/util/config/de.rs+1-1
- src/cargo/util/config/mod.rs+3-1
- src/cargo/util/mod.rs+12
- src/cargo/util/toml/mod.rs+11-15
- src/cargo/util/toml/targets.rs+5-1
- src/doc/src/reference/unstable.md+85-15
- tests/testsuite/build.rs+3-3
- tests/testsuite/cargo_features.rs+69-2
- tests/testsuite/clean.rs+13
- tests/testsuite/init.rs+22-4
- tests/testsuite/install.rs+3-3
- tests/testsuite/new.rs+81-15
- tests/testsuite/pkgid.rs+65
- tests/testsuite/pub_priv.rs+1
- tests/testsuite/publish_lockfile.rs+8-6
- tests/testsuite/weak_dep_features.rs+3-2
- tests/testsuite/workspaces.rs+2-2
0 commit comments