Bump version for breaking release

This includes the imap-proto 0.11 `&str` -> `&[u8]` change, and the
`Capability` changes in imap-proto 0.10 (and #133).
This commit is contained in:
Jon Gjengset 2020-02-20 12:50:20 -05:00
parent 949ea3bd6b
commit 3a594e1ce6
No known key found for this signature in database
GPG key ID: FAEA8B761ADA5F4C

View file

@ -1,6 +1,6 @@
[package]
name = "imap"
version = "1.0.2"
version = "2.0.0"
authors = ["Matt McCoy <mattnenterprise@yahoo.com>",
"Jon Gjengset <jon@thesquareplanet.com>"]
documentation = "https://docs.rs/imap/"