You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Always exit with 1 on SIGINT/SIGTERM/SIGHUP. Previously, it sometimes exited with 0, but this sometimes worked badly with CI systems that attempted to terminate processes in SIGINT during resource usage problems.
Respect the existing Cargo.lock with --version-range/--rust-version except when necessary to work around old cargo bugs. (#242)
If you want to ensure that the existing Cargo.lock is respected in all cases, please use --locked.