Commit 4cbaac6
committed
Auto merge of #97403 - arlosi:update-cargo, r=ehuss
Update cargo
10 commits in a4c1cd0eb6b18082a7e693f5a665548fe1534be4..39ad1039d9e3e1746177bf5d134af4c164f95528
2022-05-20 00:55:25 +0000 to 2022-05-25 00:50:02 +0000
* doc: discuss build script instruction order (rust-lang/cargo#10600)
* Require http-registry URLs to end with a '/' (rust-lang/cargo#10698)
* No printing executable names when running tests and benchmarks with json message format (rust-lang/cargo#10691)
* Restore proper error for crate not in local reg (rust-lang/cargo#10683)
* Update libcurl (rust-lang/cargo#10696)
* Fixed small typos (rust-lang/cargo#10693)
* fix bugs with `workspace` key and `update_toml` (rust-lang/cargo#10685)
* Bump to 0.64.0, update changelog (rust-lang/cargo#10687)
* List C compiler as a build dependency in README (rust-lang/cargo#10678)
* Add unstable `rustc-check-cfg` build script output (rust-lang/cargo#10539)
r? `@ehuss`2 files changed
+6
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
311 | 311 | | |
312 | 312 | | |
313 | 313 | | |
314 | | - | |
| 314 | + | |
315 | 315 | | |
316 | 316 | | |
317 | 317 | | |
| |||
970 | 970 | | |
971 | 971 | | |
972 | 972 | | |
973 | | - | |
| 973 | + | |
974 | 974 | | |
975 | | - | |
| 975 | + | |
976 | 976 | | |
977 | 977 | | |
978 | 978 | | |
| |||
985 | 985 | | |
986 | 986 | | |
987 | 987 | | |
988 | | - | |
| 988 | + | |
989 | 989 | | |
990 | | - | |
| 990 | + | |
991 | 991 | | |
992 | 992 | | |
993 | 993 | | |
| |||
- CHANGELOG.md+92-2
- Cargo.toml+3-3
- README.md+1
- src/cargo/core/compiler/context/mod.rs+8
- src/cargo/core/compiler/custom_build.rs+24
- src/cargo/core/compiler/mod.rs+33-31
- src/cargo/core/features.rs+11-4
- src/cargo/ops/cargo_add/dependency.rs+3
- src/cargo/ops/cargo_test.rs+8-2
- src/cargo/sources/registry/http_remote.rs+19-9
- src/cargo/sources/registry/local.rs+11-2
- src/cargo/sources/registry/mod.rs+1-4
- src/cargo/util/config/target.rs+18-1
- src/doc/src/faq.md+5-4
- src/doc/src/reference/build-scripts.md+9
- src/doc/src/reference/config.md+3-3
- src/doc/src/reference/semver.md+1-1
- src/doc/src/reference/unstable.md+24
- tests/testsuite/bench.rs+33
- tests/testsuite/build_script.rs+4-1
- tests/testsuite/check_cfg.rs+171
- tests/testsuite/local_registry.rs+38
- tests/testsuite/registry.rs+11-2
- tests/testsuite/test.rs+16
0 commit comments