Commit 224fa39
committed
Auto merge of rust-lang#105884 - weihanglo:update-cargo, r=weihanglo
Update cargo
11 commits in cc0a320879c17207bbfb96b5d778e28a2c62030d..c994a4a638370bc7e0ffcbb0e2865afdfa7d4415 2022-12-14 14:46:57 +0000 to 2022-12-18 21:50:58 +0000
- Fix examples of proc-macro crates being scraped for examples (rust-lang/cargo#11497)
- Enable triagebot's relabel functionality (rust-lang/cargo#11498)
- Revert "temporarily disable test `lto::test_profile`" (rust-lang/cargo#11495)
- Bump to 0.69.0, update changelog (rust-lang/cargo#11493)
- Fix typo (rust-lang/cargo#11491)
- Display CPU info in CI (rust-lang/cargo#11488)
- Fix collision_doc_profile test error (rust-lang/cargo#11489)
- fix: Make auto-fix note work with `clippy` (rust-lang/cargo#11399)
- fix(add): use the possessive in error message (rust-lang/cargo#11483)
- Document home crate in contrib docs (rust-lang/cargo#11481)
- Split up registry documentation into multiple sections (rust-lang/cargo#11480)
r? `@ghost`2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
294 | 294 | | |
295 | 295 | | |
296 | 296 | | |
297 | | - | |
| 297 | + | |
298 | 298 | | |
299 | 299 | | |
300 | 300 | | |
| |||
5407 | 5407 | | |
5408 | 5408 | | |
5409 | 5409 | | |
5410 | | - | |
| 5410 | + | |
5411 | 5411 | | |
5412 | 5412 | | |
5413 | 5413 | | |
| |||
- CHANGELOG.md+88-3
- Cargo.toml+1-1
- ci/dump-environment.sh+9
- crates/resolver-tests/src/lib.rs+1-1
- src/bin/cargo/commands/add.rs+1-1
- src/cargo/core/compiler/job_queue.rs+24-6
- src/cargo/core/workspace.rs+1-1
- src/cargo/ops/cargo_compile/mod.rs+9-13
- src/doc/contrib/src/architecture/codebase.md+4
- src/doc/src/SUMMARY.md+3
- src/doc/src/reference/registries.md+31-570
- src/doc/src/reference/registry-index.md+205
- src/doc/src/reference/registry-web-api.md+354
- src/doc/src/reference/running-a-registry.md+20
- tests/testsuite/cargo_add/multiple_conflicts_with_features/stderr.log+1-1
- tests/testsuite/check.rs+47
- tests/testsuite/collisions.rs+3-1
- tests/testsuite/docscrape.rs+24
- tests/testsuite/lto.rs-4
- triagebot.toml+14
0 commit comments