mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
Replace coco with crossbeam (#185)
This commit is contained in:
committed by
Carl Lerche
parent
687871d3e5
commit
aa4b1b4311
@@ -15,7 +15,7 @@ categories = ["concurrency", "asynchronous"]
|
||||
[dependencies]
|
||||
tokio-executor = { version = "0.1", path = "../tokio-executor" }
|
||||
futures = "0.1"
|
||||
coco = "0.3"
|
||||
crossbeam-deque = "0.3"
|
||||
num_cpus = "1.2"
|
||||
rand = "0.3"
|
||||
log = "0.3"
|
||||
|
||||
Reference in New Issue
Block a user