Open rshigapov-bhft opened 1 month ago
Thanks for the heads up! I'll publish a v0.8.1
and that has a v0.7.2
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 https://github.com/rust-lang/cargo/issues/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: