Bug Description
On enabling the "postgres" feature building of the sqlx-postgres crate fails.
Minimal Reproduction
Add sqlx v0.8.1 with feature "postgres" enabled in your Cargo.toml and try building.
Info
- SQLx version:
0.8.1
- SQLx features enabled:
["postgres", "chrono", "macros", "migrate", "tls-rustls", "uuid", "derive", "runtime-tokio"]
- Database server and version:
Postgres
- Operating system:
macOS Sonoma 14.6.1
rustc --version: rustc 1.79.0 (129f3b996 2024-06-10)