Enable sanitizer tests for tokio-threadpool (#537)

Closes #536.
This commit is contained in:
Stjepan Glavina
2018-08-10 19:13:51 +02:00
committed by GitHub
parent d91c775f36
commit 989262fe6e
2 changed files with 10 additions and 13 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ categories = ["concurrency", "asynchronous"]
[dependencies]
tokio-executor = { version = "0.1.2", path = "../tokio-executor" }
futures = "0.1.19"
crossbeam-deque = "0.6.0"
crossbeam-deque = "0.6.1"
crossbeam-utils = "0.5.0"
num_cpus = "1.2"
rand = "0.5"