Skip to content

Instantly share code, notes, and snippets.

@mw866
Created December 27, 2021 05:53
Show Gist options
  • Save mw866/12c5dd4cc6cfd2db2a280b07fb33a552 to your computer and use it in GitHub Desktop.
Save mw866/12c5dd4cc6cfd2db2a280b07fb33a552 to your computer and use it in GitHub Desktop.
#rust
# Foce install a crate
cargo install wrangler --force
# Update rustlang and cargo
rustup update stable
# - check for newer versions and update all installed packages.
cargo install-update -a
#- check for newer versions and update selected packages, will not install new packages.
cargo install-update crate1 crate2 ...
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment