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

Switch to hyper-rustls #11

Merged
merged 2 commits into from
Dec 17, 2019
Merged

Switch to hyper-rustls #11

merged 2 commits into from
Dec 17, 2019

Conversation

CryZe
Copy link
Collaborator

@CryZe CryZe commented Dec 17, 2019

By using hyper-rustls we reduce the amount of native dependencies the developers and final users of the application will have to have on their system. However hyper-rustls uses some architecture specific ASM, so we can't use it on some systems, so we fall back to hyper-tls there.

Resolves #10

@CryZe CryZe added enhancement New feature or request. user feature A feature directly visible to the users of the crate that is worth mentioning in the changelog. labels Dec 17, 2019
@CryZe CryZe added this to the v0.1.1 milestone Dec 17, 2019
@CryZe
Copy link
Collaborator Author

CryZe commented Dec 17, 2019

Why is there no CI here?!

@CryZe CryZe merged commit e8bc88c into LiveSplit:master Dec 17, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request. user feature A feature directly visible to the users of the crate that is worth mentioning in the changelog.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Partially migrate to rustls
1 participant