From 30c20b437397ea62a819198c3d669105d5dda808 Mon Sep 17 00:00:00 2001 From: Nicolas Delsaux Date: Tue, 27 Oct 2020 21:27:34 +0100 Subject: [PATCH] (cargo-release) version 0.3.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 9172684..d168a9a 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -2173,7 +2173,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index" [[package]] name = "rrss2imap" -version = "0.2.43-alpha.0" +version = "0.3.0" dependencies = [ "assert_cli 0.6.3 (registry+https://github.com/rust-lang/crates.io-index)", "async-std 1.6.3 (registry+https://github.com/rust-lang/crates.io-index)", diff --git a/Cargo.toml b/Cargo.toml index e135d03..7a17c52 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "rrss2imap" -version = "0.2.43-alpha.0" +version = "0.3.0" authors = ["Nicolas Delsaux "] description = "A simple script that exposes RSS entries as mail messages, pushed directly using IMAP" homepage = "https://github.com/Riduidel/rrss2imap"