-
Notifications
You must be signed in to change notification settings - Fork 41
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
Documentation test is broken since quoted_printable 0.4.7 #122
Comments
When I check out the master branch of |
Oh I see. I think you're using the latest tagged version rather than the master branch. This issue is a dup of #119 and has already been fixed. Maybe you just need me to tag a new release of mailparse? |
Well, actually I want to update |
I publised v0.14.1 of mailparse with the updated quoted-printable dependency. |
If I use
quoted_printable = "=0.4.6"
in Cargo.toml, all tests pass.If I set
quoted_printable = "=0.4.7"
in Cargo.toml, one of the doc tests fails:This is broken by the change staktrace/quoted-printable#16 it seems.
The text was updated successfully, but these errors were encountered: