Does cargo install have an equivalent update command?
14:02 27 Dec 2015

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?

rust rust-cargo