From 13953fa89cd315677ea25ff65bbe87245ae09459 Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Sun, 14 Feb 2021 06:31:14 -0600 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 de3bb93..3b534e2 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -785,7 +785,7 @@ dependencies = [ [[package]] name = "panorama-imap" -version = "0.12.2" +version = "0.0.1" dependencies = [ "assert_matches", "nom 6.1.0", diff --git a/imap/Cargo.toml b/imap/Cargo.toml index 216e494..8d82b7d 100644 --- a/imap/Cargo.toml +++ b/imap/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "panorama-imap" -version = "0.12.2" +version = "0.0.1" authors = ["Dirkjan Ochtman ", "Michael Zhang "] description = "IMAP protocol parser and data structures" keywords = ["imap", "email"]