Commit 4c94896
committed
Auto merge of rust-lang#91379 - ehuss:update-cargo, r=ehuss
Update cargo
6 commits in 7f08ace4f1305de7f3b1b0e2f765911957226bd4..294967c53f0c70d598fc54ca189313c86c576ea7
2021-11-24 17:54:39 +0000 to 2021-11-29 19:04:22 +0000
- Fix some tests with output collisions. (rust-lang/cargo#10137)
- Description of the targets that can be applied (rust-lang/cargo#10109)
- Improve unused patch message when source URLs mismatched (rust-lang/cargo#10130)
- Add a note about doctest xcompile. (rust-lang/cargo#10132)
- book: add edit links to specific pages (rust-lang/cargo#10124)
- Add crate type flag to rustc command (rust-lang/cargo#10093)1 file changed
+1
-1
lines changed- src/bin/cargo/commands/rustc.rs+18-2
- src/cargo/core/compiler/build_context/mod.rs+9
- src/cargo/core/compiler/mod.rs+13-2
- src/cargo/core/registry.rs+6-5
- src/cargo/ops/cargo_compile.rs+27
- src/cargo/ops/cargo_package.rs+1
- src/cargo/ops/cargo_test.rs+10
- src/cargo/ops/resolve.rs+87-19
- src/cargo/util/command_prelude.rs+1
- src/doc/book.toml+1
- src/doc/src/reference/profiles.md+7
- src/doc/src/reference/unstable.md+18
- tests/testsuite/clean.rs+1-1
- tests/testsuite/cross_compile.rs+8
- tests/testsuite/doc.rs+18-2
- tests/testsuite/lto.rs+6-4
- tests/testsuite/patch.rs+92-40
- tests/testsuite/rustc.rs+222
0 commit comments