-
Notifications
You must be signed in to change notification settings - Fork 15
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
Build fails with 'Unable to detect OpenSSL version' #18
Comments
What version of openssl do you have installed? |
So, this looks like serenity-rs/serenity#394. Serenity depends on the 0.9 openssl crate which does not support OpenSSL 1.1.1. I'm not really sure what to do about, but it looks like there is an open pr and issue in serenity to fix it |
bf4ed92 bumps serenity to v0.6, which should work with newer versions of OpenSSL, can you see if it works now? |
Interesting, it looks like serenity either depends on nightly rust or a newer stable version. Try compiling on nightly because I know I am now using a few nightly features in weechat-discord. |
@VasyaTheWizard Assuming you installed
|
Closing because this should be fixed |
Building on Debian, Cargo version is 1.32.0.
The text was updated successfully, but these errors were encountered: