diff --git a/actix-threadpool/CHANGES.md b/actix-threadpool/CHANGES.md index fc45eee5..1050c503 100644 --- a/actix-threadpool/CHANGES.md +++ b/actix-threadpool/CHANGES.md @@ -1,8 +1,11 @@ # Changes +## [0.1.2] - 2019-08-05 + ### Changed * Update `derive_more` to 0.15 + * Update `parking_lot` to 0.9 ## [0.1.1] - 2019-06-05 diff --git a/actix-threadpool/Cargo.toml b/actix-threadpool/Cargo.toml index 34ad0e2f..5e9d855d 100644 --- a/actix-threadpool/Cargo.toml +++ b/actix-threadpool/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "actix-threadpool" -version = "0.1.1" +version = "0.1.2" authors = ["Nikolay Kim "] description = "Actix thread pool for sync code" keywords = ["actix", "network", "framework", "async", "futures"]