We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5bea375 commit 9609055Copy full SHA for 9609055
Cargo.toml
@@ -11,9 +11,10 @@ members = [
11
]
12
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" }
+tokio = { git = "https://github.com/tokio-rs/tokio" }
17
tokio-codec = { git = "https://github.com/tokio-rs/tokio" }
18
-tokio-reactor = { git = "https://github.com/tokio-rs/tokio" }
19
tokio-executor = { git = "https://github.com/tokio-rs/tokio" }
+tokio-io = { git = "https://github.com/tokio-rs/tokio" }
+tokio-reactor = { git = "https://github.com/tokio-rs/tokio" }
+tokio-timer = { git = "https://github.com/tokio-rs/tokio" }
20
+tokio-uds = { git = "https://github.com/tokio-rs/tokio" }
0 commit comments