diff --git a/Cargo.lock b/Cargo.lock index f4ed17b..3ad2af3 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1683,7 +1683,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "rrss2imap" -version = "0.2.33-alpha.0" +version = "0.2.33" dependencies = [ "assert_cli 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", "atom_syndication 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index c02db5b..e703554 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rrss2imap" -version = "0.2.33-alpha.0" +version = "0.2.33" authors = ["Nicolas Delsaux "] description = "A simple script that exposes RSS entries as mail messages, pushed directly using IMAP" homepage = "https://github.com/Riduidel/rrss2imap"