Also patch tokio
Not sure how tests previously compiled?
This commit is contained in:
parent
5bea375b37
commit
9609055edf
@ -11,9 +11,10 @@ members = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[patch.crates-io]
|
[patch.crates-io]
|
||||||
tokio-uds = { git = "https://github.com/tokio-rs/tokio" }
|
tokio = { git = "https://github.com/tokio-rs/tokio" }
|
||||||
tokio-io = { git = "https://github.com/tokio-rs/tokio" }
|
|
||||||
tokio-timer = { git = "https://github.com/tokio-rs/tokio" }
|
|
||||||
tokio-codec = { git = "https://github.com/tokio-rs/tokio" }
|
tokio-codec = { git = "https://github.com/tokio-rs/tokio" }
|
||||||
tokio-reactor = { git = "https://github.com/tokio-rs/tokio" }
|
|
||||||
tokio-executor = { 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" }
|
||||||
|
Loading…
Reference in New Issue
Block a user