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

Update mailparse #18

Closed
lewisdiamond opened this issue Oct 5, 2019 · 5 comments
Closed

Update mailparse #18

lewisdiamond opened this issue Oct 5, 2019 · 5 comments

Comments

@lewisdiamond
Copy link

Could you please make a release with the updated mailparse version?

Thanks

@staktrace
Copy link
Owner

You should be able to specify the latest mailparse version in your downstream Cargo.toml. Which you should be doing anyway if you're relying on a specific mailparse version.

@staktrace
Copy link
Owner

Closing for now, let me know if for some reason what I suggested doesn't work for you.

@lewisdiamond
Copy link
Author

lewisdiamond commented Oct 7, 2019

That's what I had and it did not compile:

^^^^^^^^ expected struct `mailparse::ParsedMail`, found a different struct `mailparse::ParsedMail`
note: Perhaps two different versions of crate `mailparse` are being used?

Using maildir git master fixed the issue for me (master uses 0.8, the crate uses 0.6).

@staktrace
Copy link
Owner

Ah, my mistake. I thought the published version already had the latest mailparse dependency. I've republished now, maildir 0.2.0 uses mailparse 0.8. Thanks for bringing this to my attention!

@lewisdiamond
Copy link
Author

Thanks, I'll update on my side.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants