mirror of
https://github.com/launchbadge/sqlx.git
synced 2025-10-04 00:05:27 +00:00

* feat: add polygon * test: paths for pgpoints in polygon test * fix: import typo * chore(Sqlite): remove ci.db from repo (#3768) * fix: CI * Fix breakage from Rustup 1.28 <https://blog.rust-lang.org/2025/03/02/Rustup-1.28.0.html> * Let `Swatinem/rust-cache` generate cache keys * fix(ci): upgrade Ubuntu image to 24.04 For some reason the `cargo +beta clippy` step is failing because `libsqlite3-sys` starts requiring Glibc >= 2.39 but I don't have time to figure out why and I can't reproduce it in a clean environment. --------- Co-authored-by: joeydewaal <99046430+joeydewaal@users.noreply.github.com> Co-authored-by: Austin Bonander <austin.bonander@gmail.com>