Skip to content

Commit

Permalink
Added 2.0.0 rustls feature name change (actix#1244)
Browse files Browse the repository at this point in the history
  • Loading branch information
jbrookins13 authored and fafhrd91 committed Dec 30, 2019
1 parent 7bd2270 commit bcb5086
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions MIGRATION.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,20 @@
* `ResponseError` trait has been reafctored. `ResponseError::error_response()` renders
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

Expand Down

0 comments on commit bcb5086

Please sign in to comment.