Skip to content

Commit

Permalink
Switch back to released versions of lettre and lettre_email
Browse files Browse the repository at this point in the history
Also see #1754 where this workaround was originally added.  The changes
were released upstream in version `0.9.2`.
  • Loading branch information
jtgeibel committed Jul 14, 2019
1 parent 73c709e commit 8ba85ac
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
18 changes: 9 additions & 9 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ parking_lot = "0.7.1"
jemallocator = { version = "0.1.8", features = ['unprefixed_malloc_on_supported_platforms', 'profiling'] }
jemalloc-ctl = "0.2.0"

lettre = { version = "0.9", git = "https://github.com/lettre/lettre" }
lettre_email = { version = "0.9", git = "https://github.com/lettre/lettre" }
lettre = "0.9"
lettre_email = "0.9"
failure = "0.1.1"

conduit = "0.8"
Expand Down

0 comments on commit 8ba85ac

Please sign in to comment.