Diesel Async 0.5.1
What's Changed
- Add crate feature
pool
for extending connection pool implements through external crate - Implement
Deref
andDerefMut
forAsyncConnectionWrapper
to allow using it in an async context as well
New Contributors
- @korir248 made their first contribution in #180
- @fakeshadow made their first contribution in #188
- @ollyswanson made their first contribution in #189
- @Turbo87 made their first contribution in #195
Full Changelog: v0.5.0...v0.5.1