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
The method ByteOrdered#endianness() no longer returns the endianness value as known at run-time (of type Endianness), but the actual endianness information as known by the compiler (type E). This value should be more useful in general, and can be converted to an Endianness (From/Into) if that is really necessary.
The minimum Rust compiler version has been bumped to 1.31.0.
The Cargo feature i128 no longer exists and should just be removed from your project. Everything else should work as intended without it.