You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thanks for the heads up! I'll publish a v0.8.1 and v0.7.2 that has a sqlx_08 feature, which should be semver compatible and allow folks to opt into sqlx 0.8 if need be
Edit: I forgot v0.7 didn't include the sqlx feature, it'll just be an update to v0.8
Darn, the above approach doesn't work because of rust-lang/cargo#10801. We can't have sqlx 0.7 and 0.8 even if both are optional dependencies because Cargo tries to include both in the lockfile and bails because both link sqlite3 but at different versions.
I'll make this change on main and push a 0.9.0-beta.1
sqlx 0.8 has fixed RUSTSEC-2024-0363.
I see two ways to support it:
The text was updated successfully, but these errors were encountered: