This repository has been archived by the owner on Jul 4, 2024. It is now read-only.
crunchy-cli v3.0.3
- Default to platform-native tls backend by default again as this caused more issues than it solved (e.g. #248)
- Rename
openssl
feature toopenssl-tls
andopenssl-static
toopenssl-tls-static
. The old names are deprecated and will be removed in future versions - Add
native-tls
feature to use the system native tls as tls backend (enabled by default) - Add
rustls-tls
feature to use rustls as tls backend