Bump MSRV to 1.36.0

This commit is contained in:
Graham Esau 2020-09-21 08:42:07 +01:00
parent 7a1e02eefd
commit 5ca2d08013
8 changed files with 38 additions and 82 deletions

View file

@ -14,6 +14,9 @@
- `SchemaSettings` no longer implements `PartialEq`
- `SchemaGenerator::into_definitions()` - this has been superseded by `SchemaGenerator::take_definitions()`
### Changed (**BREAKING CHANGES**):
- Minimum supported rust version is now 1.36.0
### Fixed:
- **BREAKING CHANGE** unknown items in `#[schemars(...)]` attributes now cause a compilation error (https://github.com/GREsau/schemars/issues/18)