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
num-traits (since 0.2.13) now returns 'inf' instead of an error
when converting from an out-of-range f64 to f32. We now do the
out of range check on the rlua side.
Also update to num-traits 0.2.14 (current at time of writing) to
be sure we're past that change there.
0 commit comments