1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 22:07:42 +02:00

Use .advance() intead of .split_to()

This commit is contained in:
Nikolay Kim
2019-12-19 09:50:31 +06:00
parent cab73791ed
commit 0d3f9e74c5
2 changed files with 4 additions and 2 deletions

View File

@ -1,5 +1,7 @@
# Changes
* Use `.advance()` intead of `.split_to()`
## [0.2.0] - 2019-12-10
* Use specific futures dependencies