From 170144d767e6fa97c2a7d8470e1565d8b3106f7f Mon Sep 17 00:00:00 2001 From: Michael Zhang Date: Sun, 14 Feb 2021 06:31:37 -0600 Subject: [PATCH] whatever --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 6850e91..7cc1907 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" } +panorama-imap = { path = "imap", version = "*" } lettre = "0.9.5" log = "0.4.14" notify = "4.0.15"