Does cargo install have an equivalent update command?
I used cargo install to globally install a package, such as rustfmt or racer.
How can I update the installed package without first deleting it (cargo uninstall) and then running cargo install again.
Is there an update command?