Used released tokio-uds
This commit is contained in:
parent
9609055edf
commit
4eecb59bf4
@ -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" }
|
||||
|
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user