v2.0.0
- The minimum supported Rust toolchain version has increased from 1.28 to 1.34.
NotNan<T>
now implementsTryFrom<T>
instead ofFrom<T>
.NotNan::unchecked_new
is now aconst fn
.NotNan<T>
andOrderedFloat<T>
now implementPartialEq<T>
.- The deprecated
NotNaN
type alias has been removed.