Skip to content

Commit 9609055

Browse files
committed
Also patch tokio
Not sure how tests previously compiled?
1 parent 5bea375 commit 9609055

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Cargo.toml

+5-4
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,10 @@ members = [
1111
]
1212

1313
[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" }
1715
tokio-codec = { git = "https://github.com/tokio-rs/tokio" }
18-
tokio-reactor = { git = "https://github.com/tokio-rs/tokio" }
1916
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" }

0 commit comments

Comments
 (0)