Skip to content

fix: enable openssl removal from dependency tree#49

Merged
ilaborie merged 1 commit intowefoxplatform:mainfrom
gibbz00:tls_feature_flags
Feb 10, 2025
Merged

fix: enable openssl removal from dependency tree#49
ilaborie merged 1 commit intowefoxplatform:mainfrom
gibbz00:tls_feature_flags

Conversation

@gibbz00
Copy link
Contributor

@gibbz00 gibbz00 commented Feb 10, 2025

Sorry, missed one detail in #46 😅

openssl-sys still being included when using a rustls backend feature flag.

Example usage:

# in Cargo.toml
rustainers = { version = "*", default-features = false, features = ["rustls-tls-webpki-roots"] }

Was previously still included when using rustls backend feature flags.

Example usage:

```toml
# in Cargo.toml
rustainers = { version = "*", default-features = false, features = ["rustls-tls-webpki-roots"] }
```
@ilaborie ilaborie merged commit 19f17f3 into wefoxplatform:main Feb 10, 2025
9 checks passed
@gibbz00 gibbz00 deleted the tls_feature_flags branch February 10, 2025 21:54
@cerisier
Copy link

@ilaborie would it be possible to have a release ? 🙏

@ilaborie
Copy link
Contributor

@ilaborie would it be possible to have a release ? 🙏

Done, the v0.15.1 is ready

@cerisier
Copy link

Perfect thanks !

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.

3 participants