From 7051888289c39f003a65b11b43488471db3fddf6 Mon Sep 17 00:00:00 2001 From: Nikolay Kim Date: Wed, 5 Jun 2019 08:09:46 +0600 Subject: [PATCH] prepare actix-threadpool release --- actix-threadpool/CHANGES.md | 4 ++++ actix-threadpool/Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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"]