mirror of
https://github.com/fafhrd91/actix-net
synced 2025-02-20 08:50:32 +01:00
prepare actix-threadpool release
This commit is contained in:
parent
0caa47fc47
commit
7051888289
@ -1,5 +1,9 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
|
## [0.1.1] - 2019-06-05
|
||||||
|
|
||||||
|
* Update parking_lot
|
||||||
|
|
||||||
## [0.1.0] - 2019-03-28
|
## [0.1.0] - 2019-03-28
|
||||||
|
|
||||||
* Move threadpool to separate crate
|
* Move threadpool to separate crate
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "actix-threadpool"
|
name = "actix-threadpool"
|
||||||
version = "0.1.0"
|
version = "0.1.1"
|
||||||
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
|
||||||
description = "Actix thread pool for sync code"
|
description = "Actix thread pool for sync code"
|
||||||
keywords = ["actix", "network", "framework", "async", "futures"]
|
keywords = ["actix", "network", "framework", "async", "futures"]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user