holmgr / cargo-sweep

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

`cargo sweep -i` does not detect that nightly has been updated #57

Closed jhpratt closed 3 years ago

jhpratt commented 3 years ago

After running rustup update nightly, cargo sweep -i does nothing. I'm not sure if it's possible to do anything in this situation, but I figure it can't hurt to ask.

Eh2406 commented 3 years ago

If you are in a project and a new version was installed then that should work. I am not sure why it is not working. It may be #36.

jhpratt commented 3 years ago

Coming back to this, I'm actually unable to reproduce. Closing as such.