1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-25 22:49:21 +02:00

update version

This commit is contained in:
Nikolay Kim
2019-04-19 13:55:36 -07:00
parent 791f22bbc8
commit a3844c1bfd
2 changed files with 2 additions and 2 deletions

View File

@ -128,7 +128,7 @@
```
* AsyncResponder is removed.
* AsyncResponder is removed, use `.to_async()` registration method and `impl Future<>` as result type.
instead of