Made sure that work with stable rust and updated dependecies #13
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "master"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Thanks. I haven't been using this library personally for a while so I depend on users to let me know when it needs attention.
I'm cherry-picking over the 'update dependencies' commit.
I agree with the spirit of the other commit - AtomicU8 never stabilized and we should not be on nightly anymore. However the code changes more things than is strictly necessary for replacing the AtomicU8. I just pushed another commit to do this more directly.
Let me know if my recent changes work for you.
hi @mikedilger,
Yes the changes work for me, I tryed to update also to the last lettre version but they changed the API of SendableMail introducing the Envelope and some additiona arror management, but mainly the work is all around here : https://github.com/mikedilger/mailstrom/blob/master/src/prepared_email.rs#L124
so probably is not to hard to upgrate to the last version of that.
Regards
Hi @mikedilger,
Could we get a public relase compatible with stable ?
Regards
Sure.
published as 0.5.0
Pull request closed