meilisearch-rust
meilisearch-rust copied to clipboard
expose isach/rustls-tls feature
This makes it possible to use rustls via the upstream feature flag.
See: https://github.com/sagebind/isahc/blob/096aff7b13f4ff5bb474fdc27bc30b297a2968f6/Cargo.toml#L29
There's a typo in the name of the feature. Also, it seems like the rustls-tls feature flag in Isahc is planned for 2.0 which isn't actually released yet.
Closing since https://github.com/meilisearch/meilisearch-rust/pull/563 has been merged