From ba09886e3b12867926093faf61711351ca5d2a59 Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Mon, 18 Mar 2019 22:29:24 -0400 Subject: [PATCH] Release 0.10.1 as 1.0.0 We're stable enough at this point that a 1.0 is warranted. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index c581c83..b6944bd 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "imap" -version = "0.10.1" +version = "1.0.0" authors = ["Matt McCoy ", "Jon Gjengset "] documentation = "https://docs.rs/imap/"