mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-04-11 14:24:59 +00:00
* fix: make resolve_blocking not take ownership of path When using sqlx_macros_unstable the codepath taken further uses the path variable and it is more convenient to not take ownership but instead pass references to needed functions. * fix: change &PathBuf to &Path in resolve_blocking