From 874fa91186989ced7ebac270f18b64e47ee4f98a Mon Sep 17 00:00:00 2001 From: Quentin Dufour Date: Thu, 30 Jun 2022 14:48:56 +0200 Subject: [PATCH] Switch to my fork --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0636717..b86e6e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -14,7 +14,7 @@ tracing = "0.1" tracing-futures = "0.2" # IMAP -imap-codec = "0.5" +imap-codec = { git = "https://github.com/superboum/imap-codec.git", branch = "v0.5.x" } # Async async-compat = "0.2"