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
Updated version dependencies, and fixed a very minor integer overflow bug (when applying a unary minus to signed integers that had previously overflowed during parsing, when the value overflows to min_value exactly. Since we already return an ErrorKind::Overflow for this, this error should be should be silenced with wrapping_neg.
0 commit comments