Release 2.3.0 with append_with_flags

This commit is contained in:
Jon Gjengset 2020-08-23 12:11:57 -04:00
parent ae07c9f31c
commit 7868e312ff
No known key found for this signature in database
GPG key ID: 3CB1EC545A706318

View file

@ -1,6 +1,6 @@
[package]
name = "imap"
version = "2.2.0"
version = "2.3.0"
authors = ["Matt McCoy <mattnenterprise@yahoo.com>",
"Jon Gjengset <jon@thesquareplanet.com>"]
documentation = "https://docs.rs/imap/"
@ -38,7 +38,7 @@ lazy_static = "1.4"
[dev-dependencies]
lettre = "0.9"
lettre_email = "0.9"
rustls-connector = "0.11.0"
rustls-connector = "0.12.0"
[[example]]
name = "basic"