2019-03-19 14:58:59 -07:00
|
|
|
# Patch dependencies to run all tests against versions of the crate in the
|
|
|
|
|
# repository.
|
|
|
|
|
[patch.crates-io]
|
|
|
|
|
tokio = { path = "tokio" }
|
2019-08-15 11:04:58 -07:00
|
|
|
tokio-macros = { path = "tokio-macros" }
|
2019-10-29 15:11:31 -07:00
|
|
|
tokio-test = { path = "tokio-test" }
|
2019-10-22 10:13:49 -07:00
|
|
|
tokio-util = { path = "tokio-util" }
|