From e9c6577ffaa98d30f6832e83372286a9e4254c80 Mon Sep 17 00:00:00 2001 From: Matt McCoy Date: Mon, 14 Dec 2015 17:36:54 -0500 Subject: [PATCH] Updating to version 0.0.4 --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4de71c5..e6d8610 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "imap" -version = "0.0.3" +version = "0.0.4" authors = ["Matt McCoy "] repository = "https://github.com/mattnenterprise/rust-imap" description = "IMAP client for Rust"