mirror of
https://github.com/fafhrd91/actix-net
synced 2025-01-19 03:44:40 +01:00
Merge pull request #145 from JohnTitor/new-threalpool
threadpool: Bump up to 0.3.2
This commit is contained in:
commit
c897c5d3eb
@ -1,5 +1,13 @@
|
|||||||
# Changes
|
# Changes
|
||||||
|
|
||||||
|
## [0.3.2] - 2020-05-20
|
||||||
|
|
||||||
|
## Added
|
||||||
|
|
||||||
|
* Implement `std::error::Error` for `BlockingError` [#120]
|
||||||
|
|
||||||
|
[#120]: https://github.com/actix/actix-net/pull/120
|
||||||
|
|
||||||
## [0.3.1] - 2019-12-12
|
## [0.3.1] - 2019-12-12
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
[package]
|
[package]
|
||||||
name = "actix-threadpool"
|
name = "actix-threadpool"
|
||||||
version = "0.3.1"
|
version = "0.3.2"
|
||||||
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