Created
December 27, 2021 05:53
-
-
Save mw866/12c5dd4cc6cfd2db2a280b07fb33a552 to your computer and use it in GitHub Desktop.
#rust
This file contains 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
# 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