We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currenly only the edition 2018 is specified, which implicitly sets the MSRV to 1.31.0, but libm doesn't compile with that version.
2018
1.31.0
The first compatble rust version is 1.43.0, when the associated EPSILON constant was stabilized, which is used in the rint / rintf modules.
1.43.0
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:
No branches or pull requests
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: