Open bikeshedder opened 5 months ago
The removal of async_trait in deadpool-postgres 0.13.0 caused some code to break:
async_trait
deadpool-postgres 0.13.0
The tests now include the minimum reproduction example of #323 so future changes of this code don't break this by accident.
The removal of
async_trait
indeadpool-postgres 0.13.0
caused some code to break:323
The tests now include the minimum reproduction example of #323 so future changes of this code don't break this by accident.