eaze / tide-sqlx

Tide middleware for SQLx pooled connections & transactions
https://crates.io/crates/tide-sqlx
Other
40 stars 9 forks source link

remove `rustls` from default features #9

Closed Fishrock123 closed 3 years ago

Fishrock123 commented 3 years ago

This configuration is an error left over from local development. There should not be a default selected tls impl.

This is due to sqlx not being able to compile without a tls impl: https://github.com/launchbadge/sqlx/issues/996