From 3a594e1ce611adde0be9ae463596c3579178d5d8 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Thu, 20 Feb 2020 12:50:20 -0500 Subject: [PATCH] Bump version for breaking release This includes the imap-proto 0.11 `&str` -> `&[u8]` change, and the `Capability` changes in imap-proto 0.10 (and #133). --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d2c5d51..4ecc0e1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imap" -version = "1.0.2" +version = "2.0.0" authors = ["Matt McCoy ", "Jon Gjengset "] documentation = "https://docs.rs/imap/"