mirror of
https://github.com/fafhrd91/actix-web
synced 2025-06-25 22:49:21 +02:00
fix typos from updating to futures 0.3
This commit is contained in:
committed by
Nikolay Kim
parent
57981ca04a
commit
525c22de15
@ -1,6 +1,6 @@
|
||||
## 2.0.0
|
||||
|
||||
* Sync handlers has been removed. `.to_async()` methtod has been renamed to `.to()`
|
||||
* Sync handlers has been removed. `.to_async()` method has been renamed to `.to()`
|
||||
|
||||
replace `fn` with `async fn` to convert sync handler to async
|
||||
|
||||
|
Reference in New Issue
Block a user