You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only one version of s2n-tls-sys crate can exist in a single workspace or binary (see #4296).
Solution:
One way to improve this issue is to bump s2n-tls-sys to a major version and have it track the same version as the C releases. This will make it easier to know which C build is consumed in any given application. It will also allow for minor bumps in the Rust bindings, without causing conflicting dependency requirements in downstream applications.
The text was updated successfully, but these errors were encountered:
Problem:
Only one version of
s2n-tls-sys
crate can exist in a single workspace or binary (see #4296).Solution:
One way to improve this issue is to bump
s2n-tls-sys
to a major version and have it track the same version as the C releases. This will make it easier to know which C build is consumed in any given application. It will also allow for minor bumps in the Rust bindings, without causing conflicting dependency requirements in downstream applications.The text was updated successfully, but these errors were encountered: