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

Compiling for aarch64-unknown-linux-gnu fails if target does not have OpenSSL installed #26

Closed
zeon256 opened this issue Sep 28, 2021 · 0 comments

Comments

@zeon256
Copy link
Member

zeon256 commented Sep 28, 2021

Looks like v0.5.0 fails to compile to aarch64-unknown-linux-gnu when target does not have OpenSSL installed. Since the requirement of OpenSSL has been removed in favour of rustls, this should not happen. We can simply change Cargo.toml to disable default features for reqwest.

reqwest = { version = "0.11", features = ["json", "rustls"], default-features = false}
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

No branches or pull requests

1 participant