github diesel-rs/diesel v0.11.2

latest releases: v2.1.6, v2.1.5, v2.1.4...
7 years ago

This release has no code changes other than bumping the allowed version
for pq-sys and mysqlclient-sys. The versions released alongside 0.11
attempted to generate the bindings at compile time. This required a
bleeding edge version of clang, and caused too many issues for too many
people. The latest versions of those two libraries include pre-generated
bindings.

If you need to use bindings generated by the old version, you can
explicitly depend on that version with cargo update --precise

Don't miss a new diesel release

NewReleases is sending notifications on new releases.