Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use type that is mapped to ParseChangelogErrorInternal::Markdown #4

Merged
merged 2 commits into from
Apr 25, 2024

Conversation

runesoerensen
Copy link
Contributor

@runesoerensen runesoerensen commented Apr 25, 2024

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. Seems like it might be a good idea to pin the version in any case though (considering breaking changes are introduced like this?)

@colincasey colincasey merged commit f92ec48 into heroku:main Apr 25, 2024
3 of 4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants