fixate async-imap to the working commit so that no one accidentally does "cargo update" and breaks things.

This commit is contained in:
holger krekel
2019-12-15 22:01:01 +01:00
committed by Alexander Krotov
parent 09c7ab1ee6
commit 5893cd309d
2 changed files with 7 additions and 4 deletions

View File

@@ -20,7 +20,10 @@ 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" }
# XXX newer commits of async-imap lead to import-export tests hanging
async-imap = { git = "https://github.com/async-email/async-imap", rev="d7836416766b55d8d03587ea5326eecf501c2030"}
async-native-tls = "0.1.1"
async-std = { version = "1.0", features = ["unstable"] }
base64 = "0.11"