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 have been breaking changes to the api of the Ord trait. It no longer contains an eq method. Eq is now a distinct trait.
The test-program manifests should be updated to use the newer version of lib-core, and thetests should be updated to use the new api.
The text was updated successfully, but these errors were encountered:
There have been breaking changes to the api of the
Ord
trait. It no longer contains aneq
method.Eq
is now a distinct trait.The test-program manifests should be updated to use the newer version of
lib-core
, and thetests should be updated to use the new api.The text was updated successfully, but these errors were encountered: