From de2336ab6df054067c7fcfac226a363f2ce1be1e Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Sun, 14 Feb 2021 06:44:29 -0600 Subject: [PATCH] ok man --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 7cc1907..9c45c17 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -19,7 +19,7 @@ chrono = "0.4.19" crossterm = "0.19.0" fern = "0.6.0" futures = "0.3.12" -panorama-imap = { path = "imap", version = "*" } +panorama-imap = { path = "imap", version = "0" } lettre = "0.9.5" log = "0.4.14" notify = "4.0.15"