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
There are some breaking changes, see here: https://github.com/isaacholt100/bnum/releases/tag/v0.14.0
Specifically, the From<u8> trait is no longer implemented by UInt types. We need to update ppvm-tableau and any other crate that depends on this.
There are some breaking changes, see here: https://github.com/isaacholt100/bnum/releases/tag/v0.14.0
Specifically, the
From<u8>trait is no longer implemented byUInttypes. We need to updateppvm-tableauand any other crate that depends on this.