]> git.lizzy.rs Git - rust.git/commit
Update cargo
authorWeihang Lo <me@weihanglo.tw>
Sat, 3 Dec 2022 01:10:54 +0000 (01:10 +0000)
committerWeihang Lo <me@weihanglo.tw>
Sat, 3 Dec 2022 01:11:11 +0000 (01:11 +0000)
commit9bd6062833d2574866ed1c4804cb01e2e2e1afdf
tree4c8a02d5db28c591d89ce12558bbba6aa84c5c61
parent32e613bbaafee1bcabba48a2257b838f8d1c03d3
Update cargo

9 commits in e027c4b5d25af2119b1956fac42863b9b3242744..f6e737b1e3386adb89333bf06a01f68a91ac5306
2022-11-25 19:44:46 +0000 to 2022-12-02 20:21:24 +0000
- Refactor generate_targets into separate module (rust-lang/cargo#11445)
- Improve file found in multiple build targets warning (rust-lang/cargo#11299)
- Error when precise without -p flag (rust-lang/cargo#11349)
- Improve strategy for selecting targets to be scraped for examples (rust-lang/cargo#11430)
- Aware of compression ratio for unpack size limit (rust-lang/cargo#11337)
- Add test for rustdoc-map generation when using sparse registries (rust-lang/cargo#11403)
- Add error message when `cargo fix` on an empty repo (rust-lang/cargo#11400)
- Store the sparse+ prefix in the SourceId for sparse registries (rust-lang/cargo#11387)
- Update documentation for -Zrustdoc-scrape-examples in the Cargo Book (rust-lang/cargo#11425)
src/tools/cargo