Created
January 5, 2021 14:27
-
-
Save louy2/bbad9dab98f29ce71bfbd67d9b38644a to your computer and use it in GitHub Desktop.
cargo install all global binaries again, which effectively upgrades them all to latest version.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
cargo install --list | grep : | awk '{print $1}' | xargs cargo install |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment