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:
parent
887f11f787
commit
7f550bcf0f
@ -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
|
||||
|
||||
|
@ -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"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user