-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Fail to build on hosts with openssl 1.1.1 #345
Comments
I think fix was added here: 11f8588#diff-80398c5faae3c069e4e6aa2ed11b28c0R26, but there is no release with that commit. |
Relevant reddit discussion: https://www.reddit.com/r/rust/comments/9g1xuv/reqwest_fails_to_build_on_a_newly_updated_arch/ This should do: reqwest = { git = "https://github.com/seanmonstar/reqwest" } |
v0.9 has been published with the native-tls upgrade. |
@seanmonstar thanks for the release! The upgrade went very smoothly for me. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Related to sfackler/rust-openssl#994
reqwest is pulling in 0.9.24, according to this thread it's recomended to use 0.10.X of openssl. I'm not able to compile reqwest or a project that depends on reqwest on my archlinux system.
The text was updated successfully, but these errors were encountered: