Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9d61e6ec1f | ||
|
|
7f8c13910d |
@@ -1,3 +1,7 @@
|
||||
### v0.6.3 (2022-1--21)
|
||||
|
||||
* **transport**: Allow using openssl 0.10
|
||||
|
||||
### v0.6.2 (2017-02-18)
|
||||
|
||||
#### Features
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
[package]
|
||||
|
||||
name = "lettre"
|
||||
version = "0.6.2"
|
||||
version = "0.6.3"
|
||||
description = "Email client"
|
||||
readme = "README.md"
|
||||
documentation = "https://lettre.github.io/lettre/"
|
||||
@@ -15,7 +15,7 @@ bufstream = "^0.1"
|
||||
email = "^0.0"
|
||||
log = "^0.3"
|
||||
mime = "^0.2"
|
||||
openssl = "^0.9"
|
||||
openssl = "> 0.9, < 0.11"
|
||||
rustc-serialize = "^0.3"
|
||||
rust-crypto = "^0.2"
|
||||
time = "^0.1"
|
||||
|
||||
@@ -22,6 +22,7 @@ Lettre provides the following features:
|
||||
Released versions:
|
||||
|
||||
* [latest](https://lettre.github.io/lettre/)
|
||||
* [v0.6.3](https://lettre.github.io/lettre/v0.6.3/lettre/)
|
||||
* [v0.6.2](https://lettre.github.io/lettre/v0.6.2/lettre/)
|
||||
* [v0.6.1](https://lettre.github.io/lettre/v0.6.1/lettre/)
|
||||
* [v0.6.0](https://lettre.github.io/lettre/v0.6.0/lettre/)
|
||||
|
||||
Reference in New Issue
Block a user