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
Check the contents of ~/.cargo/.crates2.json, that is where it stores details on previously installed packages, if that has been wiped for some reason it won't know that the ~/.cargo/bin/cargo-install-foo.exe was installed through cargo install.
Problem
After #7560 I thought that
cargo install foo
should upgrade or ignorefoo
if already installed and instead cargo gives me this error:Why?
Version
The text was updated successfully, but these errors were encountered: