Skip to content
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

Cross compilation doesn't work with 0.15.1 enabling reqwest/native-tls by default #353

Closed
jqnatividad opened this issue Apr 2, 2022 · 0 comments · Fixed by #355
Closed

Comments

@jqnatividad
Copy link
Contributor

Hello @Stranger6667 , enabling reqwest/native-tls by default to fix #343 causes cross-compilation to fail as native-tls depends on openssl and cross no longer bundles openssl (cross-rs/cross#229).

Would it be possible to have another feature to use rustls in addition to the current resolve-http feature, as cross compiles work with it, i.e.

resolve-http-rustls = ["reqwest", "rustls"]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant