niax / rust-email

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

Fix build against Rust nightly as of 20150103 #8

Closed ktossell closed 9 years ago

ktossell commented 9 years ago

Here are the changes that are required for building rust-email as of 2015-01-03. I didn't include anything that would modify the library's behavior. Two pending pull requests are also needed: https://github.com/lifthrasiir/rust-chrono/pull/17 and https://github.com/lifthrasiir/rust-encoding/pull/72