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

Add ureq-native-tls feature flag #402

Merged
merged 1 commit into from
Apr 26, 2023
Merged

Add ureq-native-tls feature flag #402

merged 1 commit into from
Apr 26, 2023

Conversation

jirutka
Copy link
Contributor

@jirutka jirutka commented Apr 23, 2023

Description

Allow building with ureq client and native-tls (i.e. without rustls).

Motivation and Context

I’m an Alpine Linux developer and I want to build ncspot with native TLS instead of rustls.

Type of change

Please delete options that are not relevant.

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to not work as expected)
  • This change requires a documentation update

How has this been tested?

cargo test --no-default-features --features client-ureq,ureq-native-tls

Is this change properly documented?

Please make sure you've properly documented the changes you're making.

Don't forget to add an entry to the CHANGELOG if necessary (new features, breaking changes, relevant internal improvements).

Allow building with ureq client and native-tls (i.e. without rustls).
@jirutka jirutka changed the title Add feature ureq-native-tls Add ureq-native-tls feature flag Apr 23, 2023
@ramsayleung ramsayleung merged commit a90d688 into ramsayleung:master Apr 26, 2023
@ramsayleung
Copy link
Owner

Merged, thanks for your contribution :)

@jirutka jirutka deleted the native-tls branch April 26, 2023 13:38
@jirutka jirutka mentioned this pull request Apr 26, 2023
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.

2 participants