-
Notifications
You must be signed in to change notification settings - Fork 100
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
Implement f{32|64}::clamp #239
Comments
An alternative would be to detect the rustc version via |
( |
I am toying with the idea of putting off any MSRV changes like this and jumping straight to 1.51 and |
I am not sure that |
Looking at the proof of concept again I see that it does require much more than just |
Exactly, at a minimum it needs the full |
As mentioned in #376 I'm inclined to raise the MSRV at this point. 1.43.0 is from April 23, 2020. 1.50.0 is from February 11, 2021. |
MSRV bumped to 1.60.0 in #422. I haven't started looking at this issue yet. |
Stable in 1.50.0. How should support for the MSRV be done? Delay implementation?
https://blog.rust-lang.org/2021/02/11/Rust-1.50.0.html
The text was updated successfully, but these errors were encountered: