From b2aa40e6c457695227a6c76562fba77c2d5be517 Mon Sep 17 00:00:00 2001 From: Dirkjan Ochtman Date: Mon, 8 Mar 2021 08:40:02 +0100 Subject: [PATCH] Bump imap-proto version to 0.13.0 --- imap-proto/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/imap-proto/Cargo.toml b/imap-proto/Cargo.toml index d8b6afb..825499a 100644 --- a/imap-proto/Cargo.toml +++ b/imap-proto/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "imap-proto" -version = "0.12.2" +version = "0.13.0" authors = ["Dirkjan Ochtman "] description = "IMAP protocol parser and data structures" documentation = "https://docs.rs/imap-proto"