File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -11,9 +11,10 @@ members = [
11
11
]
12
12
13
13
[patch .crates-io ]
14
- tokio-uds = { git = " https://github.com/tokio-rs/tokio" }
15
- tokio-io = { git = " https://github.com/tokio-rs/tokio" }
16
- tokio-timer = { git = " https://github.com/tokio-rs/tokio" }
14
+ tokio = { git = " https://github.com/tokio-rs/tokio" }
17
15
tokio-codec = { git = " https://github.com/tokio-rs/tokio" }
18
- tokio-reactor = { git = " https://github.com/tokio-rs/tokio" }
19
16
tokio-executor = { git = " https://github.com/tokio-rs/tokio" }
17
+ tokio-io = { git = " https://github.com/tokio-rs/tokio" }
18
+ tokio-reactor = { git = " https://github.com/tokio-rs/tokio" }
19
+ tokio-timer = { git = " https://github.com/tokio-rs/tokio" }
20
+ tokio-uds = { git = " https://github.com/tokio-rs/tokio" }
You can’t perform that action at this time.
0 commit comments