-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
MSRV builds are broken on macOS #2169
Comments
This was referenced Mar 11, 2024
Yea, adding back the MSRV checks on other platforms would be a good idea. We can revert this too (would need to target the 0.11.x branch to release a new non-breaking version). |
This was reverted and published as v0.11.26. |
Thank you for the quick response! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unfortunately the bump in #2130 didn't consider the MSRV, i.e.,
reqwest
v0.11.25 MSRV builds are broken on macOS:It would be great if this could be fixed (i.e., probably the above bump needs to be reverted) and MSRV checks added to the CI, as previously suggested in #1993.
The text was updated successfully, but these errors were encountered: