Commit 3bfe39e
Yuki Okushi
Rollup merge of #103558 - weihanglo:update-cargo, r=weihanglo
Update cargo
5 commits in 071eeaf210708219a5a1b2c4728ca2f97df7f2ae..9210810d1fd7b51ae0439a0a363cc50e36963455 2022-10-22 01:17:55 +0000 to 2022-10-25 22:31:50 +0000
- Fix 410 gone response handling (rust-lang/cargo#11286)
- Fix inequality in "stale mtime" log messages (rust-lang/cargo#11281)
- doc(cargo-tree): mention it considering feature unification (rust-lang/cargo#11282)
- Improve the error message if `publish` is `false` or empty list (rust-lang/cargo#11280)
- Add test for deleted index entry (rust-lang/cargo#11278)1 file changed
+1
-1
lines changed- src/cargo/core/compiler/fingerprint.rs+1-1
- src/cargo/ops/registry.rs+8-2
- src/cargo/sources/registry/http_remote.rs+1-1
- src/cargo/sources/registry/index.rs-1
- src/doc/man/cargo-tree.md+17
- src/doc/man/generated_txt/cargo-tree.txt+19
- src/doc/src/commands/cargo-tree.md+17
- src/etc/man/cargo-tree.1+15
- tests/testsuite/publish.rs+6-6
- tests/testsuite/registry.rs+114
0 commit comments