Skip to content

v0.8.11

Compare
Choose a tag to compare
@GREsau GREsau released this 02 Oct 19:04
· 166 commits to master since this release

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