From 3fbf52ef54bbee7e4334b02418bb64f29f215860 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Thu, 22 Nov 2018 17:58:38 -0500 Subject: [PATCH] Bump version for string changes and "" fix --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index bab1bd5..f5d6a1e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "imap" -version = "0.9.2" +version = "0.9.3" authors = ["Matt McCoy ", "Jon Gjengset "] documentation = "https://docs.rs/imap/"