Rocket
Rocket copied to clipboard
Support sqlx v0.6 in "rocket_db_pools"
Existing Functionality
rocket_db_pools works with sqlx version 0.5. There is a new version of sqlx, v0.6.0. rocket_db_pools does not work with the new version of sqlx.
Suggested Changes
Update rocket_db_pools and the example database app to use sqlx v0.6.
Alternatives Considered
Additional Context
v0.6 of sqlx has some important bug fixes, so it would be nice to be able to use it.
I just noticed that there is an open PR for this: https://github.com/SergioBenitez/Rocket/pull/2242
When will a new crate for rocket_db_pools be published so this can be used?