File tree 2 files changed +1
-10
lines changed
2 files changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -9,12 +9,3 @@ members = [
9
9
" tokio-postgres" ,
10
10
" tokio-postgres-openssl" ,
11
11
]
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" }
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ tokio-tcp = "0.1"
49
49
tokio-timer = " 0.2"
50
50
51
51
[target .'cfg(unix)' .dependencies ]
52
- tokio-uds = " 0.2"
52
+ tokio-uds = " 0.2.1 "
53
53
54
54
[dev-dependencies ]
55
55
tokio = " 0.1.7"
You can’t perform that action at this time.
0 commit comments