1
0
mirror of https://github.com/actix/actix-extras.git synced 2025-06-27 18:49:01 +02:00

CORS: Take TryInto instead of TryFrom (#106)

This commit is contained in:
FallenWarrior2k
2020-09-26 21:02:45 +02:00
committed by GitHub
parent 99fe08f332
commit f185a9c7e6
2 changed files with 49 additions and 26 deletions

View File

@ -2,6 +2,9 @@
## Unreleased - 2020-xx-xx
* Implement `allowed_origin_fn` builder method.
* Use `TryInto` instead of `TryFrom` where applicable. [#106]
[#106]: https://github.com/actix/actix-extras/pull/106
## 0.3.0 - 2020-09-11