1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

deprecate builder if-x methods (#1760)

This commit is contained in:
Rob Ede
2020-10-30 02:10:05 +00:00
committed by GitHub
parent 9963a5ef54
commit 4cb833616a
4 changed files with 36 additions and 18 deletions

View File

@ -7,6 +7,10 @@
### Changed
* Upgrade `base64` to `0.13`.
* Upgrade `pin-project` to `1.0`.
* Deprecate `ResponseBuilder::{if_some, if_true}`. [#1760]
[#1760]: https://github.com/actix/actix-web/pull/1760
[#1754]: https://github.com/actix/actix-web/pull/1754