cargo vendor
should vendor crates in a pristine state
#15090
Labels
Command-vendor
S-accepted
Status: Issue or feature is accepted, and has a team member available to help mentor or review
In a large project, where different people might run cargo vendor with different versions of cargo, it would be better to avoid the unwanted noise from each version of cargo introducing changes to the
cargo publish
output.Things were mostly fine until cargo 1.80, but since then almost each and every release of cargo has introduced changes that introduces churn on
Cargo.toml
,Cargo.lock
and consequently.cargo-checksum.json
.Things like issue #14965 also wouldn't happen if the vendored crates were unmodified.
The text was updated successfully, but these errors were encountered: