1
0
mirror of https://github.com/fafhrd91/actix-net synced 2024-11-23 22:51:07 +01:00

prepare actix-threadpool release

This commit is contained in:
Nikolay Kim 2019-06-05 08:09:46 +06:00
parent 0caa47fc47
commit 7051888289
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changes
## [0.1.1] - 2019-06-05
* Update parking_lot
## [0.1.0] - 2019-03-28
* Move threadpool to separate crate

View File

@ -1,6 +1,6 @@
[package]
name = "actix-threadpool"
version = "0.1.0"
version = "0.1.1"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
description = "Actix thread pool for sync code"
keywords = ["actix", "network", "framework", "async", "futures"]