Skip to content

v0.7.1

Choose a tag to compare

@bitfl0wer bitfl0wer released this 02 Sep 10:00
· 21 commits to main since this release
505d6ec

This version changes how Serialization of PgUint types works: PgUint types are serialized as their respective unsigned integer values, and deserialized using the underlying Deserialize trait implemented for BigDecimal.