Release with new rust-imap

This commit is contained in:
Jon Gjengset 2018-05-06 16:05:28 -04:00
parent 64bc03163e
commit 9d73742291
No known key found for this signature in database
GPG Key ID: D64AC9D67176DC71
2 changed files with 2 additions and 2 deletions

2
Cargo.lock generated
View File

@ -129,7 +129,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
[[package]]
name = "buzz"
version = "1.0.7"
version = "1.1.0"
dependencies = [
"imap 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
"mailparse 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)",

View File

@ -1,6 +1,6 @@
[package]
name = "buzz"
version = "1.0.7"
version = "1.1.0"
description = "A simple system tray application for notifying about unseen e-mail"
readme = "README.md"