Skip to content

Commit

Permalink
Update MIGRATION-4.0.md
Browse files Browse the repository at this point in the history
  • Loading branch information
robjtede committed Feb 26, 2022
1 parent 9f96475 commit 2f13e5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions actix-web/MIGRATION-4.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,8 @@ The inner field for `web::Path` is now private. It was causing ambiguity when tr
+ let (foo, bar) = params.into_inner();
```

An alternative [path param type with public field but no `Deref` impl is available in `actix-web-lab`](https://docs.rs/actix-web-lab/0.12.0/actix_web_lab/extract/struct.Path.html).

## Rustls Crate Upgrade

Actix Web now depends on version 0.20 of `rustls`. As a result, the server config builder has changed. [See the updated example project.](https://github.com/actix/examples/tree/master/https-tls/rustls/)
Expand Down

0 comments on commit 2f13e5f

Please sign in to comment.