We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I have a library depended on your crate, and it seems cannot pass the windows build due to missing openssl.
error: failed to run custom build command for `openssl-sys v0.9.60`
Looks like one might be able to replace openssl to rustls so can be build on windows? https://docs.rs/rustls/0.19.0/rustls/
As I just noticed on the tonic side they seem did this switch and allow tonic to be build on windows.
I am not very experiences in authentication, but hopefully my question makes sense?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I have a library depended on your crate, and it seems cannot pass the windows build due to missing openssl.
Looks like one might be able to replace openssl to rustls so can be build on windows?
https://docs.rs/rustls/0.19.0/rustls/
As I just noticed on the tonic side they seem did this switch and allow tonic to be build on windows.
I am not very experiences in authentication, but hopefully my question makes sense?
The text was updated successfully, but these errors were encountered: