Skip to content

Instantly share code, notes, and snippets.

@simonholm
Created December 10, 2025 07:26
Show Gist options
  • Select an option

  • Save simonholm/70c39e28f9f2fde6e92f39dfc41c809d to your computer and use it in GitHub Desktop.

Select an option

Save simonholm/70c39e28f9f2fde6e92f39dfc41c809d to your computer and use it in GitHub Desktop.
# 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