From 400e80a104aeb64e71edd8d6475a0751071c303e Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Mon, 19 Apr 2021 19:35:01 -0700 Subject: [PATCH] Release 3.0 alpha.3 with new IDLE interface --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index a7df73c..b7d6ea8 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imap" -version = "3.0.0-alpha.2" +version = "3.0.0-alpha.3" authors = ["Jon Gjengset ", "Matt McCoy "] documentation = "https://docs.rs/imap/"