Bump MSRV to 1.37

This commit is contained in:
Graham Esau 2021-03-21 13:25:55 +00:00
parent 94d75378f6
commit 1c9ecafd32
4 changed files with 7 additions and 4 deletions

View file

@ -4,6 +4,9 @@
### Added:
- `SchemaGenerator::definitions_mut()` which returns a mutable reference to the generator's schema definitions
### Changed:
- Minimum supported rust version is now 1.37.0
### Changed:
- Deriving JsonSchema on enums now sets `additionalProperties` to false on generated schemas wherever serde doesn't accept unknown properties. This includes non-unit variants of externally tagged enums, and struct-style variants of all enums that have the `deny_unknown_fields` attribute.