Used released tokio-uds

This commit is contained in:
Steven Fackler 2018-08-19 22:07:01 -07:00
parent 9609055edf
commit 4eecb59bf4
2 changed files with 1 additions and 10 deletions

View File

@ -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" }

View File

@ -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"