Commit 5cb2e7d
committed
Auto merge of rust-lang#119646 - weihanglo:update-cargo, r=weihanglo
Update cargo
10 commits in add15366eaf3f3eb84717d3b8b71902ca36a7c84..2ce45605d9db521b5fd6c1211ce8de6055fdb24e
2024-01-02 03:24:42 +0000 to 2024-01-04 18:04:13 +0000
- feat(embedded): Add prefix-char frontmatter syntax support (rust-lang/cargo#13247)
- Update dependency handlebars to v5 for mdman. (rust-lang/cargo#13249)
- Deprecate rustc plugin support in cargo (rust-lang/cargo#13248)
- feat(embedded): Add multiple experimental manifest syntaxes (rust-lang/cargo#13241)
- chore: update auto labels (rust-lang/cargo#13244)
- test: support publish package with a `public` field. (rust-lang/cargo#13245)
- `cargo fix`: Call rustc fewer times. (rust-lang/cargo#13243)
- chore: tracing be compat with rustc_log (rust-lang/cargo#13239)
- chore(deps): update compatible (rust-lang/cargo#13227)
- Contrib: Fix team HackMD links (rust-lang/cargo#13237)
r? ghost1 file changed
+1
-1
lines changed- Cargo.lock+52-54
- Cargo.toml+17-20
- crates/cargo-test-support/src/registry.rs+9
- crates/mdman/src/hbs.rs+56-32
- crates/rustfix/Cargo.toml+1-1
- crates/rustfix/src/lib.rs+9
- src/cargo/ops/fix.rs+135-87
- src/cargo/util/diagnostic_server.rs+1-1
- src/cargo/util/toml/embedded.rs+124-641
- src/cargo/util/toml/targets.rs+11
- src/doc/contrib/src/team.md+2-2
- tests/testsuite/cross_compile.rs+2
- tests/testsuite/fix.rs+2-176
- tests/testsuite/fix_n_times.rs+510
- tests/testsuite/main.rs+1
- tests/testsuite/proc_macro.rs+5
- tests/testsuite/pub_priv.rs+56-1
- triagebot.toml+3-4
0 commit comments