github diesel-rs/diesel v1.1.1
1.1.1

latest releases: v2.2.4, v2.2.3, v2.2.2...
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.