summaryrefslogtreecommitdiffstats
path: root/tokio-threadpool
diff options
context:
space:
mode:
authorIgor Gnatenko <ignatenko@redhat.com>2018-04-04 18:18:40 +0200
committerCarl Lerche <me@carllerche.com>2018-04-04 09:18:40 -0700
commit82f6a52d1a8a134bfdb2a48e5d45be44abb09523 (patch)
tree8ba3fdf31f1f5f5ccf9c9ceb5207200a56f7d3f5 /tokio-threadpool
parenta6b307cfbefb568bd79eaf1d91edf9ab52d18533 (diff)
threadpool: bump minimal version of executor (#292)
Diffstat (limited to 'tokio-threadpool')
-rw-r--r--tokio-threadpool/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
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"