1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-02-17 13:33:31 +01:00

threadpool: Bump up to 0.3.3 (#156)

This commit is contained in:
Yuki Okushi 2020-07-14 19:10:15 +09:00 committed by GitHub
parent 887f11f787
commit 7f550bcf0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 4 additions and 4 deletions

View File

@ -1,10 +1,10 @@
# Changes
## [0.3.3] - 2020-07-03
## [0.3.3] - 2020-07-14
### Changed
* Use parking_lot 0.11
* Update parking_lot to 0.11
## [0.3.2] - 2020-05-20
@ -18,7 +18,7 @@
### Changed
* Use parking_lot 0.10
* Update parking_lot to 0.10
## [0.3.0] - 2019-12-02

View File

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