mibes / couch-rs

CouchDB library for Rust
Apache License 2.0
59 stars 17 forks source link

reqwest tls feature #12

Closed sify21 closed 3 years ago

sify21 commented 3 years ago

try to fix https://github.com/mibes/couch-rs/issues/10

mibes commented 3 years ago

Thanks for this!

I did a quick test specifying --features rustls-tls and this seems to work fine. I wasn't able to confirm any impact on behaviour for the other flags.

Since this change does not change the default behaviour, I'll merge it in develop.