theseus-rs / postgresql-embedded

Embed PostgreSQL database
Apache License 2.0
34 stars 5 forks source link

fix: don't require rustls for the build script. only enable by default. #72

Closed ctron closed 1 month ago

ctron commented 1 month ago

This is a fix up to https://github.com/theseus-rs/postgresql-embedded/issues/70 … I missed that postgresql_embedded depends on postgresql_archive twice. One normal dependency. But also one build-dependency. The latter is missing default-features = false, and thus still forces the use of rustls.

brianheineman commented 1 month ago

@ctron thanks for the PR

brianheineman commented 1 month ago

@ctron this change has been released in 0.9.5