Commit f811f14
committed
Auto merge of rust-lang#83418 - ehuss:update-cargo, r=ehuss
Update cargo
12 commits in 90691f2bfe9a50291a98983b1ed2feab51d5ca55..1e8703890f285befb5e32627ad4e0a0454dde1fb
2021-03-16 21:36:55 +0000 to 2021-03-26 16:59:39 +0000
- tests: Tolerate "exit status" in error messages (rust-lang/cargo#9307)
- Default macOS targets to `unpacked` debuginfo (rust-lang/cargo#9298)
- Fix publication of packages with metadata and resolver (rust-lang/cargo#9300)
- Fix config includes not working. (rust-lang/cargo#9299)
- Emit note when `--future-incompat-report` had nothing to report (rust-lang/cargo#9263)
- RFC 3052: Stop including authors field in manifests made by cargo new (rust-lang/cargo#9282)
- Refactor feature handling, and improve error messages. (rust-lang/cargo#9290)
- Split out cargo-util package for cargo-test-support. (rust-lang/cargo#9292)
- Fix redundant_semicolons warning in resolver-tests. (rust-lang/cargo#9293)
- Use serde's error message option to avoid implementing `Deserialize`. (rust-lang/cargo#9237)
- Allow `cargo update` to operate with the --offline flag (rust-lang/cargo#9279)
- Fix typo in faq.md (rust-lang/cargo#9285)2 files changed
+34
-15
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
3 | 5 | | |
4 | 6 | | |
5 | 7 | | |
| |||
287 | 289 | | |
288 | 290 | | |
289 | 291 | | |
| 292 | + | |
290 | 293 | | |
291 | | - | |
292 | 294 | | |
293 | 295 | | |
294 | | - | |
295 | 296 | | |
296 | 297 | | |
297 | 298 | | |
| |||
313 | 314 | | |
314 | 315 | | |
315 | 316 | | |
316 | | - | |
317 | 317 | | |
318 | 318 | | |
319 | 319 | | |
| |||
322 | 322 | | |
323 | 323 | | |
324 | 324 | | |
325 | | - | |
326 | 325 | | |
327 | 326 | | |
328 | 327 | | |
329 | 328 | | |
330 | | - | |
331 | 329 | | |
332 | 330 | | |
333 | 331 | | |
| |||
396 | 394 | | |
397 | 395 | | |
398 | 396 | | |
399 | | - | |
| 397 | + | |
400 | 398 | | |
| 399 | + | |
401 | 400 | | |
402 | 401 | | |
403 | 402 | | |
| |||
410 | 409 | | |
411 | 410 | | |
412 | 411 | | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
413 | 432 | | |
414 | 433 | | |
415 | 434 | | |
| |||
2769 | 2788 | | |
2770 | 2789 | | |
2771 | 2790 | | |
2772 | | - | |
| 2791 | + | |
2773 | 2792 | | |
2774 | | - | |
| 2793 | + | |
2775 | 2794 | | |
2776 | 2795 | | |
2777 | 2796 | | |
| |||
4797 | 4816 | | |
4798 | 4817 | | |
4799 | 4818 | | |
4800 | | - | |
| 4819 | + | |
4801 | 4820 | | |
4802 | | - | |
| 4821 | + | |
4803 | 4822 | | |
4804 | 4823 | | |
4805 | 4824 | | |
4806 | 4825 | | |
4807 | 4826 | | |
4808 | 4827 | | |
4809 | | - | |
| 4828 | + | |
4810 | 4829 | | |
4811 | | - | |
| 4830 | + | |
4812 | 4831 | | |
4813 | 4832 | | |
4814 | 4833 | | |
| |||
5104 | 5123 | | |
5105 | 5124 | | |
5106 | 5125 | | |
5107 | | - | |
| 5126 | + | |
5108 | 5127 | | |
5109 | | - | |
| 5128 | + | |
5110 | 5129 | | |
5111 | 5130 | | |
5112 | 5131 | | |
| |||
0 commit comments