-
Notifications
You must be signed in to change notification settings - Fork 1.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Building v0.8.1 fails with feature "postgres" enabled #3460
Comments
okay nevermind, building with rustc 1.80.1 succeeds. So for anyone reading this: Try running |
The reason for this is that Note Relevant disclaimer about Given that this is a quite simple fix, I think changing what #3457 has proposed is reasonable. |
sqlx-postgres 0.8.1 does not compile on Rust 1.79 or earlier (against MSRV policy). This was fixed in 0.8.2. Upstream: launchbadge/sqlx#3460
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
0.8.1
["postgres", "chrono", "macros", "migrate", "tls-rustls", "uuid", "derive", "runtime-tokio"]
Postgres
macOS Sonoma 14.6.1
rustc --version
:rustc 1.79.0 (129f3b996 2024-06-10)
The text was updated successfully, but these errors were encountered: