Open djmaze opened 1 month ago
Turns out I needed to downgrade imap-codec
to 2.0.0-alpha.4
for it to work. Okay, I get this is all still quite in flux. (Also the sync
feature does not currently compile.)
UPDATE: Needed to activate the pool
feature for the sync
feature to compile correctly.
When adding the v0.2.0 crate to a project, the build fails:
This happens e.g. with the email-lib crate v0.25.0 for me.
Building the crate from this repository works though, even with the 0.2.0 commit checked out. (Btw, please use at least git tags in this repo.)