Public repository for Cargo ecosystem command execution tooling.
cargo fmt --checkcargo clippy --all-targets --all-features -- -D warningscargo test
- Keep install and version resolution behavior stable.
- Preserve clear error messaging for install fallback paths.
- Changes to release script semantics (
scripts/release.py). - Any default behavior change for install backend selection.
- Never hide install failures.
- Never remove safety checks around command invocation.