From 7e931259dbd1f6998209caffeb47f89c5b1061ea Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Tue, 16 Dec 2014 01:16:42 +0100 Subject: [PATCH] Publish 0.0.6 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2e93192..bb7955d 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "smtp" -version = "0.0.5" +version = "0.0.6" authors = ["Alexis Mousset "] description = "Simple SMTP client and library"