Commit cbd6ec7
committed
Auto merge of rust-lang#83732 - ehuss:update-cargo, r=ehuss
Update cargo
5 commits in 1e8703890f285befb5e32627ad4e0a0454dde1fb..3c44c3c4b7900b8b13c85ead25ccaa8abb7d8989
2021-03-26 16:59:39 +0000 to 2021-03-31 21:21:15 +0000
- Fix semver docs for 1.51. (rust-lang/cargo#9316)
- Add `cargo config` subcommand. (rust-lang/cargo#9302)
- Give one more example for the --featuers CLI (rust-lang/cargo#9313)
- Bump to 0.54.0, update changelog (rust-lang/cargo#9308)
- Make the URL to the tracking issue for `--out-dir` into a link (rust-lang/cargo#9309)2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
281 | 281 | | |
282 | 282 | | |
283 | 283 | | |
284 | | - | |
| 284 | + | |
285 | 285 | | |
286 | 286 | | |
287 | 287 | | |
| |||
326 | 326 | | |
327 | 327 | | |
328 | 328 | | |
| 329 | + | |
329 | 330 | | |
330 | 331 | | |
331 | 332 | | |
| |||
- CHANGELOG.md+113-1
- Cargo.toml+2-1
- crates/cargo-test-support/src/lib.rs+20-9
- crates/cargo-test-support/src/publish.rs+1-1
- src/bin/cargo/commands/config.rs+48
- src/bin/cargo/commands/logout.rs+4-25
- src/bin/cargo/commands/mod.rs+3
- src/cargo/core/features.rs+39-3
- src/cargo/ops/cargo_config.rs+308
- src/cargo/ops/mod.rs+1
- src/cargo/util/config/de.rs+1-57
- src/cargo/util/config/key.rs+21-4
- src/cargo/util/config/mod.rs+202-40
- src/doc/man/cargo-build.md+1-1
- src/doc/man/generated_txt/cargo-build.txt+2-1
- src/doc/src/commands/cargo-build.md+1-1
- src/doc/src/reference/features.md+3
- src/doc/src/reference/semver.md+2-2
- src/doc/src/reference/unstable.md+49-32
- src/etc/man/cargo-build.1+1-1
- tests/testsuite/bad_config.rs+4-4
- tests/testsuite/cargo_config.rs+522
- tests/testsuite/main.rs+1
- tests/testsuite/message_format.rs+1-6
0 commit comments