Created
December 10, 2025 07:26
-
-
Save simonholm/70c39e28f9f2fde6e92f39dfc41c809d to your computer and use it in GitHub Desktop.
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
| # Fix cargo-binstall (stale registry dependencies) | |
| rm -rf ~/.cargo/registry/src | |
| rm -rf ~/.cargo/registry/cache | |
| cargo install cargo-binstall --force | |
| # Verify | |
| cargo-binstall --version | |
| # Update all binstall-managed tools | |
| cargo binstall --sync --no-confirm | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment