v0.7.1
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.
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.