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
Change log:
* The minimum supported Rust toolchain version has increased from 1.28 to 1.34.
* `NotNan<T>` now implements `TryFrom<T>` instead of `From<T>`.
* `NotNan::unchecked_new` is now a `const fn`.
* `NotNan<T>` and `OrderedFloat<T>` now implement `PartialEq<T>`.
* The deprecated `NotNaN` type alias has been removed.
0 commit comments