niax / rust-email

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

make test feature used only in testing as per #17

Closed buster closed 9 years ago

buster commented 9 years ago

https://www.reddit.com/r/rust/comments/2ysbaz/unstable_tests/cpcgs8a

This should make the crate usable in stable rust, at least it compiles now on rust stable :)

untitaker commented 9 years ago

LGTM, restarting CI

buster commented 9 years ago

and this fails because of a problem in the encoding crate and a compiler bug... i think it should work again when this is merged and arrives in the nightly build: https://github.com/rust-lang/rust/pull/25797

untitaker commented 9 years ago

Restarting again because the PR should be in a nightly by now.

buster commented 9 years ago

Looks good.. One question: will this crate track nightly or stable? Either way it might be a good idea to tag the stable version or have a branch for nightly and keep master stable? Just an idea :)

untitaker commented 9 years ago

It's supposed to track stable.

untitaker commented 9 years ago

Thanks!

untitaker commented 9 years ago

I've pushed 0.0.11