From a145537ceeb736a02d0d671220066bd750bb6d4e Mon Sep 17 00:00:00 2001 From: Damian Poddebniak Date: Sun, 14 Jul 2024 15:31:35 +0200 Subject: [PATCH] chore(imap-next): bump version to 0.2.0 --- Cargo.lock | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.lock b/Cargo.lock index 6baf0e4..2cd44b7 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -362,7 +362,7 @@ dependencies = [ [[package]] name = "imap-next" -version = "0.1.0" +version = "0.2.0" dependencies = [ "bytes", "imap-codec", diff --git a/Cargo.toml b/Cargo.toml index 7a97b8b..a0a8267 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "imap-next" description = "Thin sans I/O abstraction over IMAP's distinct protocol flows" keywords = ["email", "imap", "protocol", "network"] categories = ["email", "network-programming"] -version = "0.1.0" +version = "0.2.0" repository = "https://github.com/duesee/imap-next" edition = "2021" license = "MIT OR Apache-2.0"