Remove trait bounds from Map/Set JsonSchema impls.

They are unnecessary as we never create/use any instances of these types
This commit is contained in:
Graham Esau 2019-12-27 21:18:18 +00:00
parent 4b9578ec2b
commit 8d0ccc89db
3 changed files with 9 additions and 5 deletions

View file

@ -1,5 +1,9 @@
# Changelog
## next
### Changed
- Remove trait bounds from Map/Set JsonSchema impls. They are unnecessary as we never create/use any instances of these types.
## [0.6.3] - 2019-12-27
- No actual code changes - this version was just published to fix broken README on crates.io