Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Use type that is mapped to ParseChangelogErrorInternal::Markdown (#4)
The value of the error being mapped here https://github.com/heroku/keep_a_changelog/blob/c4d62b03052a0fd5f17424fcad4c646abae01d31/src/changelog.rs#L270 isn't a String anymore, which causes compilation errors. The default behavior of the `markdown` crate was changed in wooorm/markdown-rs@3dc7f1a. Alternative solution would be pinning the `markdown` crate to version [1.0.0-alpha.16](https://github.com/wooorm/markdown-rs/releases/tag/1.0.0-alpha.16). Seems like it might be a good idea to pin the version in any case though (considering breaking changes are introduced like this?)
- Loading branch information