From 8bcd2d2d287aa96103c52822bb7eb14915748090 Mon Sep 17 00:00:00 2001 From: Matt McCoy Date: Sun, 1 Oct 2017 19:54:00 -0400 Subject: [PATCH] Bumping version from 0.5.0 -> 0.6.0 Bumping the version because openssl was swapped for native-tls in #43. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 34e13f4..6af1648 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "imap" -version = "0.5.0" +version = "0.6.0" authors = ["Matt McCoy ", "Jon Gjengset "] documentation = "https://docs.rs/imap/"