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

prep actix-threadpool release

This commit is contained in:
Nikolay Kim 2019-08-05 09:54:49 -07:00
parent 62e429cb0c
commit 3821d511d0
2 changed files with 4 additions and 1 deletions

View File

@ -1,8 +1,11 @@
# Changes
## [0.1.2] - 2019-08-05
### Changed
* Update `derive_more` to 0.15
* Update `parking_lot` to 0.9
## [0.1.1] - 2019-06-05

View File

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