From ba1ced5e08cdf24cc02618f186da7df3cdea07f4 Mon Sep 17 00:00:00 2001 From: Alexander Krotov Date: Sat, 14 Dec 2019 19:01:09 +0300 Subject: [PATCH] Switch to master branch of async-imap --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index fb84631d7..0e7542636 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -20,7 +20,7 @@ num-traits = "0.2.6" async-smtp = { git = "https://github.com/async-email/async-smtp", branch = "master" } email = { git = "https://github.com/deltachat/rust-email", branch = "master" } lettre_email = { git = "https://github.com/deltachat/lettre", branch = "native_tls" } -async-imap = { git = "https://github.com/async-email/async-imap", branch="native_tls", default-features = false, features = ["tls_native"] } +async-imap = { git = "https://github.com/async-email/async-imap" } async-native-tls = "0.1.1" async-std = { version = "1.0", features = ["unstable"] } base64 = "0.11"