mirror of
https://github.com/tokio-rs/tokio.git
synced 2025-09-28 12:10:37 +00:00
Fix threadpool dependency (#1061)
This commit is contained in:
parent
0e400af78c
commit
6a8934e897
@ -77,7 +77,7 @@ tokio-executor = { version = "0.1.7", optional = true }
|
||||
tokio-macros = { version = "0.1.0", optional = true, path = "../tokio-macros" }
|
||||
tokio-reactor = { version = "0.1.1", optional = true }
|
||||
tokio-sync = { version = "0.1.5", optional = true }
|
||||
tokio-threadpool = { version = "0.1.13", optional = true }
|
||||
tokio-threadpool = { version = "0.1.14", optional = true }
|
||||
tokio-tcp = { version = "0.1.0", optional = true }
|
||||
tokio-udp = { version = "0.1.0", optional = true }
|
||||
tokio-timer = { version = "0.2.8", optional = true }
|
||||
|
Loading…
x
Reference in New Issue
Block a user