From 1b7ba0b0b1954fa7108e0d1df22e4ddd8be354c4 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Mon, 30 Mar 2020 09:37:17 -0400 Subject: [PATCH] Bump version for new Error impls (#158) --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 489e22d..1504aeb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imap" -version = "2.0.0" +version = "2.0.1" authors = ["Matt McCoy ", "Jon Gjengset "] documentation = "https://docs.rs/imap/"