Prepare 0.11.0 (#899)

This commit is contained in:
Paolo Barbolini
2023-10-15 16:21:32 +02:00
committed by GitHub
parent 20c3701eb0
commit 283e21f8d6
4 changed files with 42 additions and 5 deletions

View File

@@ -28,8 +28,8 @@
</div>
<div align="center">
<a href="https://deps.rs/crate/lettre/0.10.4">
<img src="https://deps.rs/crate/lettre/0.10.4/status.svg"
<a href="https://deps.rs/crate/lettre/0.11.0">
<img src="https://deps.rs/crate/lettre/0.11.0/status.svg"
alt="dependency status" />
</a>
</div>
@@ -63,7 +63,7 @@ To use this library, add the following to your `Cargo.toml`:
```toml
[dependencies]
lettre = "0.10"
lettre = "0.11"
```
```rust,no_run