From 10c3b0eabe1684699c775e03c4c58038ea7979af Mon Sep 17 00:00:00 2001 From: Manos Pitsidianakis Date: Sat, 2 Dec 2023 19:20:34 +0200 Subject: [PATCH] Bump version to 0.8.5-rc.1 Signed-off-by: Manos Pitsidianakis --- Cargo.lock | 4 ++-- meli/Cargo.toml | 6 +++--- melib/Cargo.toml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 7ef52351..b58d2654 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1264,7 +1264,7 @@ dependencies = [ [[package]] name = "meli" -version = "0.8.4" +version = "0.8.5-rc.1" dependencies = [ "async-task", "bitflags 2.4.0", @@ -1301,7 +1301,7 @@ dependencies = [ [[package]] name = "melib" -version = "0.8.4" +version = "0.8.5-rc.1" dependencies = [ "async-stream", "base64 0.13.1", diff --git a/meli/Cargo.toml b/meli/Cargo.toml index 57d51565..d1d6def9 100644 --- a/meli/Cargo.toml +++ b/meli/Cargo.toml @@ -1,12 +1,12 @@ [package] name = "meli" -version = "0.8.4" +version = "0.8.5-rc.1" authors = ["Manos Pitsidianakis "] edition = "2021" rust-version = "1.65.0" license = "GPL-3.0-or-later" readme = "README.md" -description = "terminal mail client" +description = "terminal e-mail client" homepage = "https://meli.delivery" repository = "https://git.meli.delivery/meli/meli.git" keywords = ["mail", "mua", "maildir", "terminal", "imap"] @@ -31,7 +31,7 @@ indexmap = { version = "^1.6", features = ["serde-1"] } libc = { version = "0.2.125", default-features = false, features = ["extra_traits"] } libz-sys = { version = "1.1", features = ["static"], optional = true } linkify = { version = "^0.8", default-features = false } -melib = { path = "../melib", version = "0.8.4" } +melib = { path = "../melib", version = "0.8.5-rc.1" } nix = { version = "^0.24", default-features = false } notify = { version = "4.0.1", default-features = false } # >:c num_cpus = "1.12.0" diff --git a/melib/Cargo.toml b/melib/Cargo.toml index 74411b2f..780ec614 100644 --- a/melib/Cargo.toml +++ b/melib/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "melib" -version = "0.8.4" +version = "0.8.5-rc.1" authors = ["Manos Pitsidianakis "] edition = "2021" build = "build.rs" @@ -8,7 +8,7 @@ rust-version = "1.65.0" homepage = "https://meli.delivery" repository = "https://git.meli.delivery/meli/meli.git" -description = "mail library" +description = "library for e-mail clients and other e-mail applications" keywords = ["mail", "mua", "maildir", "imap", "jmap"] categories = ["email", "parser-implementations"] license = "GPL-3.0-or-later"