From 731c92cce305098c5a6f985b096d2475e1ace5ef Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Sat, 6 Mar 2021 15:35:31 -0800 Subject: [PATCH] Prepare for next alpha --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index f97629a..3189b79 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imap" -version = "3.0.0-alpha.1" +version = "3.0.0-alpha.2" authors = ["Jon Gjengset ", "Matt McCoy "] documentation = "https://docs.rs/imap/"