v0.6.1
Fix a compile error that can occur when deriving `JsonSchema` from a project that doesn't reference serde_json
This commit is contained in:
parent
351ff1572a
commit
e151d21d6d
5 changed files with 60 additions and 52 deletions
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## [0.6.1] - 2019-12-09
|
||||
### Fixed:
|
||||
- Fix a compile error that can occur when deriving `JsonSchema` from a project that doesn't reference serde_json
|
||||
|
||||
## [0.6.0] - 2019-12-09
|
||||
### Added:
|
||||
- When deriving `JsonSchema`, the schema's `title` and `description` are now set from `#[doc]` comments (https://github.com/GREsau/schemars/issues/7)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue