From 6a2aed40540de25e83c3c14cfc1eca5d1d97b613 Mon Sep 17 00:00:00 2001 From: Matt McCoy Date: Wed, 27 Sep 2017 17:47:35 -0400 Subject: [PATCH] Bumping version from 0.3.3 -> 0.4.0 Bumping version because of change to use BufStream for better I/O handling. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index d9b5aa7..016ef7e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "imap" -version = "0.3.3" +version = "0.4.0" authors = ["Matt McCoy "] documentation = "http://mattnenterprise.github.io/rust-imap" repository = "https://github.com/mattnenterprise/rust-imap"