1
0
mirror of https://github.com/fafhrd91/actix-web synced 2024-11-27 17:52:56 +01:00

add ssl feature migration

This commit is contained in:
Nikolay Kim 2019-12-30 21:22:04 +06:00
parent bcb5086c91
commit 67793c5d92

View File

@ -31,6 +31,20 @@
actix-web = { version = "2.0.0", features = ["rustls"] }
```
* Feature `ssl` renamed to `openssl`
instead of
```rust
actix-web = { version = "2.0.0", features = ["ssl"] }
```
use
```rust
actix-web = { version = "2.0.0", features = ["openssl"] }
```
## 1.0.1