Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: Metadata now uses custom deserializer (#142)
serde_yaml 0.9.7 resulted in a regression, accepting `metadata:` (empty metadata mappings) instead of returning Err. See dtolnay/serde-yaml#304 and dtolnay/serde-yaml#312 This change uses a custom deserializer to error in this case.
- Loading branch information