1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-27 03:49:03 +02:00

return io::Result from run method, remove Handle

This commit is contained in:
Nikolay Kim
2019-03-06 10:24:58 -08:00
parent 25f1eae51f
commit c03d869694
6 changed files with 28 additions and 74 deletions

View File

@ -1,5 +1,11 @@
# Changes
## [0.2.0] - 2019-03-06
* `run` method returns `io::Result<()>`
* Removed `Handle`
## [0.1.0] - 2018-12-09
* Initial release