From 654fb6fadc9e43e30b285ea106d0cbf699c3e0fc Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Fri, 20 Mar 2015 20:02:07 +0100 Subject: [PATCH] Release 0.0.9 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c88a464..5d0b055 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "smtp" -version = "0.0.8" +version = "0.0.9" description = "Simple SMTP client" readme = "README.md" documentation = "http://amousset.github.io/rust-smtp/smtp/"