From 82f6a52d1a8a134bfdb2a48e5d45be44abb09523 Mon Sep 17 00:00:00 2001 From: Igor Gnatenko Date: Wed, 4 Apr 2018 18:18:40 +0200 Subject: threadpool: bump minimal version of executor (#292) --- tokio-threadpool/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tokio-threadpool') diff --git a/tokio-threadpool/Cargo.toml b/tokio-threadpool/Cargo.toml index 28e66173..0914bb92 100644 --- a/tokio-threadpool/Cargo.toml +++ b/tokio-threadpool/Cargo.toml @@ -13,7 +13,7 @@ keywords = ["futures", "tokio"] categories = ["concurrency", "asynchronous"] [dependencies] -tokio-executor = { version = "0.1.1", path = "../tokio-executor" } +tokio-executor = { version = "0.1.2", path = "../tokio-executor" } futures = "0.1.19" crossbeam-deque = "0.3" num_cpus = "1.2" -- cgit v1.2.3