Skip to content
New issue

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

specify MSRV #279

Open
joseluis opened this issue Mar 29, 2023 · 0 comments
Open

specify MSRV #279

joseluis opened this issue Mar 29, 2023 · 0 comments

Comments

@joseluis
Copy link

Currenly only the edition 2018 is specified, which implicitly sets the MSRV to 1.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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant