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

Unpin s2n-tls version #1931

Closed
camshaft opened this issue Aug 24, 2023 · 1 comment
Closed

Unpin s2n-tls version #1931

camshaft opened this issue Aug 24, 2023 · 1 comment

Comments

@camshaft
Copy link
Contributor

Problem:

Right now we pin the s2n-tls version to a specific value:

s2n-tls = { version = "=0.0.35", features = ["quic"] }

This forces any applications consuming s2n-quic to also consume the exact same version. This is needlessly strict, since s2n-quic is using a relatively stable API at this point and doesn't require all of the latest features.

Solution:

Instead, we should pin to a more stable minor version (0.1.0) once aws/s2n-tls#4165 is resolved.

@toidiu
Copy link
Contributor

toidiu commented Jan 11, 2024

This is complete

s2n-tls = { version = "0.1", features = ["quic"] }

@toidiu toidiu closed this as completed Jan 11, 2024
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

2 participants