mirror of
https://github.com/chatmail/core.git
synced 2026-05-12 19:36:32 +03:00
use latest lettre master that contains the normalization fix
This commit is contained in:
committed by
Alexander Krotov
parent
67c36f3d98
commit
d5a0f1e711
@@ -19,7 +19,7 @@ num-derive = "0.3.0"
|
||||
num-traits = "0.2.6"
|
||||
async-smtp = { git = "https://github.com/async-email/async-smtp" }
|
||||
email = { git = "https://github.com/deltachat/rust-email", branch = "master" }
|
||||
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "native_tls" }
|
||||
lettre_email = { git = "https://github.com/deltachat/lettre", branch = "master" }
|
||||
|
||||
# XXX newer commits of async-imap lead to import-export tests hanging
|
||||
async-imap = { git = "https://github.com/async-email/async-imap", branch = "dcc-stable" }
|
||||
|
||||
Reference in New Issue
Block a user