0.6.8
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!()
.
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!()
.
QueryError
now implements Serialize
(#305)partial_unchecked
fields now pub
(#311)