holmgr / cargo-sweep

A cargo subcommand for cleaning up unused build files generated by Cargo
MIT License
693 stars 31 forks source link

Suport new fingerprint format. #36

Closed Eh2406 closed 1 year ago

Eh2406 commented 4 years ago

Cargo just merged a new fingerprint format in https://github.com/rust-lang/cargo/pull/8210 (look for Fingerprint changes) We should make shure we are compatible with both the old and the new formats.

holmgr commented 4 years ago

Sounds reasonable, maybe this is a good opportunity to add some higher level tests, to ensure that we defend against regressions on both new and old formats

aminya commented 1 year ago

Is this still an issue? When I use cargo-sweep, it removes the files generated by the rust-analyzer. Not sure if it is related to this

jyn514 commented 1 year ago

I think this has been fixed, yeah.