Skip to content

Instantly share code, notes, and snippets.

@louy2
Created January 5, 2021 14:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save louy2/bbad9dab98f29ce71bfbd67d9b38644a to your computer and use it in GitHub Desktop.
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.
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