mirror of
https://github.com/actix/actix-extras.git
synced 2024-11-27 17:22:57 +01:00
Added 2.0.0 rustls feature name change (#1244)
This commit is contained in:
parent
7bd2270290
commit
bcb5086c91
14
MIGRATION.md
14
MIGRATION.md
@ -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
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user