From 4eecb59bf4588675bc023a6d565bdff4968427cc Mon Sep 17 00:00:00 2001 From: Steven Fackler Date: Sun, 19 Aug 2018 22:07:01 -0700 Subject: [PATCH] Used released tokio-uds --- Cargo.toml | 9 --------- tokio-postgres/Cargo.toml | 2 +- 2 files changed, 1 insertion(+), 10 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 4b86c68f..d7a9186a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,12 +9,3 @@ members = [ "tokio-postgres", "tokio-postgres-openssl", ] - -[patch.crates-io] -tokio = { git = "https://github.com/tokio-rs/tokio" } -tokio-codec = { 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" } diff --git a/tokio-postgres/Cargo.toml b/tokio-postgres/Cargo.toml index 42026a32..f41b6905 100644 --- a/tokio-postgres/Cargo.toml +++ b/tokio-postgres/Cargo.toml @@ -49,7 +49,7 @@ tokio-tcp = "0.1" tokio-timer = "0.2" [target.'cfg(unix)'.dependencies] -tokio-uds = "0.2" +tokio-uds = "0.2.1" [dev-dependencies] tokio = "0.1.7"