diff --git a/actix-threadpool/CHANGES.md b/actix-threadpool/CHANGES.md index 3ed0c39b..72b3db3d 100644 --- a/actix-threadpool/CHANGES.md +++ b/actix-threadpool/CHANGES.md @@ -1,5 +1,9 @@ # Changes +## [0.1.1] - 2019-06-05 + +* Update parking_lot + ## [0.1.0] - 2019-03-28 * Move threadpool to separate crate diff --git a/actix-threadpool/Cargo.toml b/actix-threadpool/Cargo.toml index a2dbfb8a..c4443d00 100644 --- a/actix-threadpool/Cargo.toml +++ b/actix-threadpool/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-threadpool" -version = "0.1.0" +version = "0.1.1" authors = ["Nikolay Kim "] description = "Actix thread pool for sync code" keywords = ["actix", "network", "framework", "async", "futures"]