Skip to content

Commit 4eecb59

Browse files
committed
Used released tokio-uds
1 parent 9609055 commit 4eecb59

File tree

2 files changed

+1
-10
lines changed

2 files changed

+1
-10
lines changed

Cargo.toml

-9
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,3 @@ members = [
99
"tokio-postgres",
1010
"tokio-postgres-openssl",
1111
]
12-
13-
[patch.crates-io]
14-
tokio = { git = "https://github.com/tokio-rs/tokio" }
15-
tokio-codec = { git = "https://github.com/tokio-rs/tokio" }
16-
tokio-executor = { git = "https://github.com/tokio-rs/tokio" }
17-
tokio-io = { git = "https://github.com/tokio-rs/tokio" }
18-
tokio-reactor = { git = "https://github.com/tokio-rs/tokio" }
19-
tokio-timer = { git = "https://github.com/tokio-rs/tokio" }
20-
tokio-uds = { git = "https://github.com/tokio-rs/tokio" }

tokio-postgres/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ tokio-tcp = "0.1"
4949
tokio-timer = "0.2"
5050

5151
[target.'cfg(unix)'.dependencies]
52-
tokio-uds = "0.2"
52+
tokio-uds = "0.2.1"
5353

5454
[dev-dependencies]
5555
tokio = "0.1.7"

0 commit comments

Comments
 (0)