Closed chills42 closed 7 years ago
Thanks!
@untitaker Do you want to make this into a release or do you want me to do it?
Feel free to do it :)
On Thu, Apr 27, 2017 at 05:45:41AM -0700, Nicholas Hollett wrote:
@untitaker Do you want to make this into a release or do you want me to do it?
-- You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub: https://github.com/niax/rust-email/pull/39#issuecomment-297703026
Since the rustc-serialize crate is being deprecated it seems like a good idea to replace it's use. Since it is solely used here for base64, this change migrates to the use of https://crates.io/crates/base64, which provides everything needed.