Skip to content

v0.8.0

Choose a tag to compare

@bitfl0wer bitfl0wer released this 15 Oct 19:36
· 11 commits to main since this release
a5bbe72

This release fixes trait impl collisions caused by an overly "aggressive"/too loose trait bound in the proc-macro derive helper crate "sqlx-pg-uint-macros", by moving these trait impls out of the derive crate and implementing them by hand. As this is not quite backwards compatible, this requires a minor version bump.