From fbdb5d3be4465d3b010369a9b98ad8b0631b16fa Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Mon, 18 May 2020 14:11:03 -0400 Subject: [PATCH] Use type alias for better docs --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b4c15d0..d7172e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imap" -version = "2.1.1" +version = "2.1.2" authors = ["Matt McCoy ", "Jon Gjengset "] documentation = "https://docs.rs/imap/"