Skip to content

0.6.8

Compare
Choose a tag to compare
@Brendonovich Brendonovich released this 17 Apr 07:44
· 96 commits to main since this release

Inner attributes removed (#306)

It is now recommended to put #[allow(warnings, unused)] wherever you declare your generated client's mod ...;, as this allows the client to be imported via import!().

Enum lists fixed (#303)

QueryError now implements Serialize (#305)

partial_unchecked fields now pub (#311)