Commit 27501e2
authored
Rollup merge of #103041 - weihanglo:update-cargo, r=ehuss
Update cargo
12 commits in b8f30cb23c4e5f20854a4f683325782b7cff9837..b332991a57c9d055f1864de1eed93e2178d49440 2022-10-10 19:16:06 +0000 to 2022-10-13 22:05:28 +0000
- Differentiate the warning when an alias (built-in or user-defined) shadows an external subcommand (rust-lang/cargo#11170)
- chore: Update tests for latest clap (rust-lang/cargo#11235)
- feat(publish): Support 'publish.timeout' config behind '-Zpublish-timeout' (rust-lang/cargo#11230)
- Add missing edition (rust-lang/cargo#11231)
- doc(profiles): add module level doc (rust-lang/cargo#11219)
- refactor(publish): Clarify which SourceId is being used (rust-lang/cargo#11216)
- Add new SourceKind::SparseRegistry to differentiate sparse registries (rust-lang/cargo#11209)
- Fix deadlock when build scripts are waiting for input on stdin (rust-lang/cargo#11205)
- refactor: New variant `FeaturesFor::ArtifactDep` (rust-lang/cargo#11184)
- Fix rustdoc warning about unclosed HTML tag (rust-lang/cargo#11221)
- refactor(tests): Prepare for wait-for-publish test changes (rust-lang/cargo#11210)
- Add configuration option for controlling crates.io protocol (rust-lang/cargo#11215)2 files changed
+5
-5
lines changed| 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