1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-06-26 19:47:43 +02:00

update actix-rt changes

This commit is contained in:
Nikolay Kim
2019-07-17 10:30:59 +06:00
parent 9271b95c87
commit b491d373b1
3 changed files with 12 additions and 11 deletions

View File

@ -1,5 +1,12 @@
# Changes
## [0.2.4] - 2019-07-17
### Changed
* Avoid a copy of the Future when initializing the Box. #29
## [0.2.3] - 2019-06-22
### Added

View File

@ -1,6 +1,6 @@
[package]
name = "actix-rt"
version = "0.2.3"
version = "0.2.4"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix runtime"
keywords = ["network", "framework", "async", "futures"]