mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-01 00:00:10 +02:00
threadpool: bump minimal version of executor (#292)
This commit is contained in:
committed by
Carl Lerche
parent
a6b307cfbe
commit
82f6a52d1a
@@ -13,7 +13,7 @@ keywords = ["futures", "tokio"]
|
|||||||
categories = ["concurrency", "asynchronous"]
|
categories = ["concurrency", "asynchronous"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
tokio-executor = { version = "0.1.1", path = "../tokio-executor" }
|
tokio-executor = { version = "0.1.2", path = "../tokio-executor" }
|
||||||
futures = "0.1.19"
|
futures = "0.1.19"
|
||||||
crossbeam-deque = "0.3"
|
crossbeam-deque = "0.3"
|
||||||
num_cpus = "1.2"
|
num_cpus = "1.2"
|
||||||
|
|||||||
Reference in New Issue
Block a user