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
{{ message }}
This repository was archived by the owner on Apr 28, 2025. It is now read-only.
#332 set the MSRV to 1.63, which is Debian stable. I don't know how long we will stick with this version, but it won't be bumped unless there is a specific feature we would like to make use of.
Currenly only the edition
2018
is specified, which implicitly sets the MSRV to1.31.0
, but libm doesn't compile with that version.The first compatble rust version is
1.43.0
, when the associated EPSILON constant was stabilized, which is used in the rint / rintf modules.And it also fixes another compilation error while trying to load the limb_helper module.
The text was updated successfully, but these errors were encountered: