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
Auto merge of #2894 - Turbo87:unyanked-bug, r=jtgeibel
crate.version: Fix `latestUnyankedVersion` bug
`latestStableVersion` is already guaranteed to be `null` because of the previous condition. I assume the original intention here was to check for `latestUnyankedVersion` instead.
It looks like this bug was already present in the original implementation in #1857
r? `@jtgeibel`
0 commit comments