According to the documentation, you can install binary packages (ripgrep
, cargo-web
, etc.) by calling cargo install
. Is there a way to update an installed package?
I know I can call cargo install --force
, but it does not seem to be the right way (force
does not mean update, just enforce some rules).