Skip to content

Commit c82c9e4

Browse files
committed
Auto merge of #1783 - jtgeibel:switch-back-to-released-lettre, r=sgrif
Switch back to released versions of `lettre` and `lettre_email` Also see #1754 where this workaround was originally added. The changes were released upstream in version `0.9.2`.
2 parents f3127bb + 8ba85ac commit c82c9e4

File tree

2 files changed

+11
-11
lines changed

2 files changed

+11
-11
lines changed

Cargo.lock

+9-9
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

+2-2
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@ parking_lot = "0.7.1"
6363
jemallocator = { version = "0.1.8", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] }
6464
jemalloc-ctl = "0.2.0"
6565

66-
lettre = { version = "0.9", git = "https://github.com/lettre/lettre" }
67-
lettre_email = { version = "0.9", git = "https://github.com/lettre/lettre" }
66+
lettre = "0.9"
67+
lettre_email = "0.9"
6868
failure = "0.1.1"
6969

7070
conduit = "0.8"

0 commit comments

Comments
 (0)