mirror of
https://github.com/chatmail/core.git
synced 2026-05-16 13:26:38 +03:00
fixate async-imap to the working commit so that no one accidentally does "cargo update" and breaks things.
This commit is contained in:
committed by
Alexander Krotov
parent
09c7ab1ee6
commit
5893cd309d
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user