threadpool: bump minimal version of executor (#292)

This commit is contained in:
Igor Gnatenko 2018-04-04 18:18:40 +02:00 committed by Carl Lerche
parent a6b307cfbe
commit 82f6a52d1a

View File

@ -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"