Skip to content
This repository was archived by the owner on Apr 28, 2025. It is now read-only.

specify MSRV #279

Closed
joseluis opened this issue Mar 29, 2023 · 1 comment
Closed

specify MSRV #279

joseluis opened this issue Mar 29, 2023 · 1 comment

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.

@tgross35
Copy link
Contributor

tgross35 commented Nov 1, 2024

#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.

@tgross35 tgross35 closed this as completed Nov 1, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants