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
We have many bugs where the value of a constant does not match the value of the constant in the users system.
I think that, at least for constants, we should support the latest released version of the platform, and that we do not consider upgrading a constant value a breaking change.
If the libc crate ever gets support for multiple versions of the same platform, we should revisit this policy.
The text was updated successfully, but these errors were encountered:
We have many bugs where the value of a constant does not match the value of the constant in the users system.
I think that, at least for constants, we should support the latest released version of the platform, and that we do not consider upgrading a constant value a breaking change.
If the
libc
crate ever gets support for multiple versions of the same platform, we should revisit this policy.The text was updated successfully, but these errors were encountered: