From eaddb2855466f8bce2739a44aaf7d93abeec68dd Mon Sep 17 00:00:00 2001 From: Nicolas Delsaux Date: Wed, 1 Apr 2020 16:37:52 +0200 Subject: [PATCH] (cargo-release) version 0.2.42 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 4f8c4fd..f8517c5 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1966,7 +1966,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "rrss2imap" -version = "0.2.42-alpha.0" +version = "0.2.42" dependencies = [ "assert_cli 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", "async-std 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index 1afdaeb..b6df66a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rrss2imap" -version = "0.2.42-alpha.0" +version = "0.2.42" authors = ["Nicolas Delsaux "] description = "A simple script that exposes RSS entries as mail messages, pushed directly using IMAP" homepage = "https://github.com/Riduidel/rrss2imap"