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
fix: Don't assume crates are non-breaking just because they are in the user selection. (#422)
Crates shownig up 'early' in our list could cause the entire
breakage-propagation to fail which led the crate to be ignored entirely
even when their dependees changed their version. This led to
inconsistent version requirements which would abort any cargo call.
Fixes#422.
0 commit comments