From 745a222505ad2431f95ce47f68d65f55cefcd79b Mon Sep 17 00:00:00 2001 From: Christopher Moyer Date: Wed, 15 May 2024 19:03:03 -0400 Subject: [PATCH] version 1.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- src/main.rs | 6 +----- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index b7ea9af..428e0b5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -187,7 +187,7 @@ dependencies = [ [[package]] name = "email2matrix-message-service" -version = "0.1.0" +version = "1.0.0" dependencies = [ "confy", "imap", diff --git a/Cargo.toml b/Cargo.toml index 65586da..783321a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "email2matrix-message-service" -version = "0.1.0" +version = "1.0.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html diff --git a/src/main.rs b/src/main.rs index ff02acd..ce96dfd 100644 --- a/src/main.rs +++ b/src/main.rs @@ -81,10 +81,6 @@ fn get_emails(imap_session: &mut imap::Session) -> Option