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
`--start` and `--end` now support git tags (like `1.59.0`) to bisect between stable releases.
which implies that if i specify start and end as proper versions, cargo-bisect won't even download nightly builds, yet when I ran it with cargo bisect-rustc --start 1.67.0 --end 1.84.0 --preserve --script ../test.sh it began downloading nightly builds. The currently installed version is v0.6.9