From 62cef4a7730be2a995ec3c875ac5af92e31e727a Mon Sep 17 00:00:00 2001 From: Matt McCoy Date: Tue, 20 Jun 2017 19:16:23 -0400 Subject: [PATCH] Bumping version from 0.3.1 -> 0.3.2 after fixing readline bug --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0a63935..c528eec 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "imap" -version = "0.3.1" +version = "0.3.2" authors = ["Matt McCoy "] documentation = "http://mattnenterprise.github.io/rust-imap" repository = "https://github.com/mattnenterprise/rust-imap"