v0.9.0
Release v0.9.0 features updated dependencies, a looser dependency requirement for sqlx (^0.8) and a bug fix in the sqlx-pg-uint-macros crate. In that crate, sqlx macro implementations were refactored to use the Universal Function Call Syntax (UFCS) to avoid any and all ambiguity for the Rust compiler. Previously, scenarios happened which had Rust complaining about not knowing whether to use the Encode trait impl for Postgres, MySql or Sqlite. This has now been fixed.