Commit f3dfbfc
authored
Rollup merge of rust-lang#81445 - ehuss:update-cargo, r=ehuss
Update cargo
7 commits in 783bc43c660bf39c1e562c8c429b32078ad3099b..c3abcfe8a75901c7c701557a728941e8fb19399e
2021-01-20 19:02:26 +0000 to 2021-01-25 16:16:43 +0000
- Minor update to tracking issue template. (rust-lang/cargo#9097)
- Add some extra help to `cargo new` and invalid package names. (rust-lang/cargo#9098)
- Fix compilation with serde 1.0.122 (rust-lang/cargo#9102)
- Add suggestion for bad package id. (rust-lang/cargo#9095)
- Remove Registry::new. (rust-lang/cargo#9093)
- Fix: set default git config search path for tests (rust-lang/cargo#9035)
- Unstable updates (rust-lang/cargo#9092)2 files changed
+6
-6
lines changed| 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