cargo diesel 1.1.1

latest releases: 2.0.3, 2.0.2, 2.0.1...
6 years ago

This release fixes a minor issue with our r2d2 support. In 1.1 we recommend that people access r2d2 via diesel::r2d2. However, r2d2 has a type called Error, which was shadowed by our own type called Error in that same module, making it inaccessible. This release adds an alias PoolError to point at r2d2::Error.

Thanks to YetAnotherMinion for working on this release.

Don't miss a new diesel release

NewReleases is sending notifications on new releases.