You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Make "cargo uninstall" uninstall the cwd bins
Fixes#5916
Tested with a local build of cargo, using coreutils:
17:33:57 $ dcargo uninstall
Removing /Users/dnw/.cargo/bin/uutils
When in a source directory, I expect
cargo uninstall
to remove the compiled package from~/.cargo/bin
. It doesn't seem to do so.In this example I start with no uutils,
cargo install
, have uutils,cargo uninstall
, still have uutils:Tested on stable and nightly.
The text was updated successfully, but these errors were encountered: