Skip to content

Commit

Permalink
Improvements to test coverage (#340)
Browse files Browse the repository at this point in the history
This increases msrv to 1.70
  • Loading branch information
GREsau authored Sep 16, 2024
1 parent 092dc17 commit a479e6c
Show file tree
Hide file tree
Showing 239 changed files with 5,736 additions and 4,839 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
strategy:
matrix:
rust:
- 1.65.0
- 1.70.0
- stable
- beta
- nightly
include:
- rust: 1.65.0
- rust: 1.70.0
allow_failure: false
- rust: stable
allow_failure: false
Expand Down
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,15 @@

- the `enumset1`/`enumset` optional dependency has been removed, as its `JsonSchema` impl did not actually match the default serialization format of `EnumSet` (https://github.com/GREsau/schemars/pull/339)

### Changed

- ⚠️ MSRV is now 1.70 ⚠️

### Fixed

- The "deserialize" schema for `bytes::Bytes`/`BytesMut` now allows strings, matching the actual deserialize behaviour of the types.
- The schema for `either::Either` now matches the actual serialize/deserialize behaviour of that type.

## [1.0.0-alpha.15] - 2024-09-05

### Added
Expand Down
Loading

0 comments on commit a479e6c

Please sign in to comment.