Files
tokio/ci/patch.toml
T

8 lines
249 B
TOML
Raw Normal View History

# Patch dependencies to run all tests against versions of the crate in the
# repository.
[patch.crates-io]
tokio = { path = "tokio" }
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" }