niax / rust-email

Implementation of MIME Messages for Rust
MIT License
62 stars 34 forks source link

switch from rustc-serialize to rust-base64 #39

Closed chills42 closed 7 years ago

chills42 commented 7 years ago

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.

untitaker commented 7 years ago

Thanks!

niax commented 7 years ago

@untitaker Do you want to make this into a release or do you want me to do it?

untitaker commented 7 years ago

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

niax commented 7 years ago

Released 0.0.17