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

Enable required features in hyper-rustls #225

Merged
merged 1 commit into from
Jun 10, 2024

Conversation

threema-donat
Copy link
Contributor

@threema-donat threema-donat commented Jun 10, 2024

Fixes #224
Currently, the crate does not compile because of missing dependencies, probably because default-features = false was set instead of true.

This PR enables the required features so that it compiles again. The ring feature was chosen in favor of aws-lc-rs because it is already enabled in the rustls dependency.

@threema-donat threema-donat changed the title Enable required features in hyper-rustls (fixes #224) Enable required features in hyper-rustls Jun 10, 2024
@dermesser dermesser merged commit 4440de3 into dermesser:master Jun 10, 2024
8 checks passed
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 this pull request may close these issues.

Latest release 10.0.0 does not compile
2 participants