1
0
mirror of https://github.com/fafhrd91/actix-net synced 2025-01-31 09:12:08 +01:00

threadpool: Bump up to 0.3.2

This commit is contained in:
Yuki Okushi 2020-05-20 14:19:16 +09:00
parent f3a401c23b
commit 134e76b8b4
No known key found for this signature in database
GPG Key ID: B0986C85C0E2DAA1
2 changed files with 9 additions and 1 deletions

View File

@ -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

View File

@ -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"]