Bumping version from 0.3.3 -> 0.4.0

Bumping version because of change to use BufStream for
better I/O handling.
This commit is contained in:
Matt McCoy 2017-09-27 17:47:35 -04:00
parent 8383b47f35
commit 6a2aed4054

View file

@ -1,7 +1,7 @@
[package] [package]
name = "imap" name = "imap"
version = "0.3.3" version = "0.4.0"
authors = ["Matt McCoy <mattnenterprise@yahoo.com>"] authors = ["Matt McCoy <mattnenterprise@yahoo.com>"]
documentation = "http://mattnenterprise.github.io/rust-imap" documentation = "http://mattnenterprise.github.io/rust-imap"
repository = "https://github.com/mattnenterprise/rust-imap" repository = "https://github.com/mattnenterprise/rust-imap"