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