diff --git a/Cargo.toml b/Cargo.toml index 2190cd51..4b86c68f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,9 +11,10 @@ members = [ ] [patch.crates-io] -tokio-uds = { git = "https://github.com/tokio-rs/tokio" } -tokio-io = { git = "https://github.com/tokio-rs/tokio" } -tokio-timer = { git = "https://github.com/tokio-rs/tokio" } +tokio = { git = "https://github.com/tokio-rs/tokio" } tokio-codec = { git = "https://github.com/tokio-rs/tokio" } -tokio-reactor = { git = "https://github.com/tokio-rs/tokio" } 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" } +tokio-uds = { git = "https://github.com/tokio-rs/tokio" }