bikeshedder / deadpool

Dead simple pool implementation for rust with async-await
Apache License 2.0
1.08k stars 137 forks source link

Remove async_trait dependency in deadpool_postgres #328

Open bikeshedder opened 5 months ago

bikeshedder commented 5 months ago

The removal of async_trait in deadpool-postgres 0.13.0 caused some code to break:

The tests now include the minimum reproduction example of #323 so future changes of this code don't break this by accident.