mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-02 00:00:11 +02:00
timer: finish updating timer (#1222)
* timer: restructure feature flags * update timer tests * Add `async-traits` to CI This also disables a buggy `threadpool` test. This test should be fixed in the future. Refs #1225
This commit is contained in:
@@ -24,5 +24,5 @@ publish = false
|
||||
[dependencies]
|
||||
assertive = { git = "http://github.com/carllerche/assertive" }
|
||||
pin-convert = "0.1.0"
|
||||
# tokio-timer = { version = "0.3.0", path = "../tokio-timer" }
|
||||
tokio-timer = { version = "0.3.0", path = "../tokio-timer" }
|
||||
tokio-executor = { version = "0.2.0", path = "../tokio-executor" }
|
||||
|
||||
Reference in New Issue
Block a user