Commit 15a7ad2
authored
Rollup merge of #70900 - ehuss:update-cargo, r=ehuss
Update cargo
4 commits in 6e07d2dfb7fc87b1c9489de41da4dafa239daf03..390e8f245ef2cd7ac698b8a76abf029f9abcab0d
2020-03-31 03:22:39 +0000 to 2020-04-07 17:46:45 +0000
- Compatibility for #69926 (rust-lang/cargo#8080)
- Add note about converting triple case in environment variables (rust-lang/cargo#8079)
- Add support for `-Cembed-bitcode=no` (rust-lang/cargo#8066)
- Add triagebot configuration (rust-lang/cargo#8059)1 file changed
+1
-1
lines changed- crates/cargo-test-support/src/lib.rs+8
- src/cargo/core/compiler/build_context/target_info.rs+10
- src/cargo/core/compiler/mod.rs+21-5
- src/doc/src/reference/environment-variables.md+1-1
- tests/testsuite/build.rs+24-24
- tests/testsuite/build_script.rs+3-3
- tests/testsuite/cross_compile.rs+1-1
- tests/testsuite/freshness.rs+2-2
- tests/testsuite/lto.rs+26
- tests/testsuite/main.rs+1
- tests/testsuite/profile_config.rs+1-1
- tests/testsuite/profile_overrides.rs+7-7
- tests/testsuite/profile_targets.rs+108-108
- tests/testsuite/profiles.rs+7-7
- tests/testsuite/run.rs+4-4
- tests/testsuite/rustc.rs+9-9
- tests/testsuite/rustc_info_cache.rs+6
- triagebot.toml+1
0 commit comments