From f8a402ab6efa6f15ca7febd58e2b6570e3f5c460 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Mon, 9 Aug 2021 01:32:40 -0500 Subject: [PATCH] bump ver --- Cargo.lock | 2 +- imap/Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index ec00bf0..1001617 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -438,7 +438,7 @@ checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56" [[package]] name = "panorama-imap" -version = "0.0.2" +version = "0.0.3" dependencies = [ "anyhow", "async-trait", diff --git a/imap/Cargo.toml b/imap/Cargo.toml index d025b96..3e502e2 100644 --- a/imap/Cargo.toml +++ b/imap/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "panorama-imap" description = "IMAP protocol implementation with high-level async client." -version = "0.0.2" +version = "0.0.3" edition = "2018" authors = ["Michael Zhang "] keywords = ["imap", "email", "parser"]