From 0d900d7b01a8539a1487653dbd8b0df0839afeda Mon Sep 17 00:00:00 2001 From: Alexis Mousset Date: Fri, 12 Dec 2014 21:26:49 +0100 Subject: [PATCH] 0.0.5 with improved header management and language changes --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4a18276..25abb5f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "smtp" -version = "0.0.4" +version = "0.0.5" authors = ["Alexis Mousset "] description = "Simple SMTP client and library"