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:
@ -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
|
||||
|
Reference in New Issue
Block a user