v0.8.11
Added:
- Replace auto-inferred trait bounds with bounds specified in
#[schemars(bound = "...")]
attribute
Changed:
- Derived
JsonSchema
now respects attributes on unit enum variants (#152) - Minimum supported rust version is now 1.45.0
#[schemars(bound = "...")]
attributeJsonSchema
now respects attributes on unit enum variants (#152)