From 25801b3d65e31c4caf099461daa3fd9e3ce48d67 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Mon, 10 May 2021 19:40:51 -0700 Subject: [PATCH] Release 3.0-alpha.4 with new ClientBuilder --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 37b678c..fbe93e3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imap" -version = "3.0.0-alpha.3" +version = "3.0.0-alpha.4" authors = ["Jon Gjengset ", "Matt McCoy "] documentation = "https://docs.rs/imap/"