Crate now considered stable

This commit is contained in:
Jon Gjengset 2017-07-05 19:32:59 -04:00
parent 8862e85bcf
commit 4faf119363
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

@ -1,6 +1,6 @@
[root]
name = "buzz"
version = "0.3.0"
version = "1.0.0"
dependencies = [
"imap 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
"mailparse 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",

View File

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