Added 2.0.0 rustls feature name change

This commit is contained in:
jbrookins13 2019-12-29 20:26:23 -05:00
parent 7bd2270290
commit 63009aa155
1 changed files with 14 additions and 0 deletions

View File

@ -17,6 +17,20 @@
* `ResponseError` trait has been reafctored. `ResponseError::error_response()` renders * `ResponseError` trait has been reafctored. `ResponseError::error_response()` renders
http response. http response.
* Feature `rust-tls` renamed to `rustls`
instead of
```rust
actix-web = { version = "2.0.0", features = ["rust-tls"] }
```
use
```rust
actix-web = { version = "2.0.0", features = ["rustls"] }
```
## 1.0.1 ## 1.0.1