From 5d0d2f9723b626770ffeab7e334ded67ae94fd7e Mon Sep 17 00:00:00 2001 From: Jon Gjengset Date: Sat, 7 Oct 2023 16:58:06 +0200 Subject: [PATCH] Release alpha.12 with TLS improvements --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 130b7f6..991a04d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -375,7 +375,7 @@ dependencies = [ [[package]] name = "imap" -version = "3.0.0-alpha.11" +version = "3.0.0-alpha.12" dependencies = [ "base64 0.21.0", "bufstream", diff --git a/Cargo.toml b/Cargo.toml index 65a0a72..c4875bb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imap" -version = "3.0.0-alpha.11" +version = "3.0.0-alpha.12" authors = ["Jon Gjengset ", "Matt McCoy "] documentation = "https://docs.rs/imap/"