mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-10-01 12:20:39 +00:00
threadpool: bump minimal version of executor (#292)
This commit is contained in:
parent
a6b307cfbe
commit
82f6a52d1a
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user