summaryrefslogtreecommitdiffstats
path: root/ci/patch.toml
blob: 22311cf9a7630c570a1496e5479758196b2270c0 (plain)
1
2
3
4
5
6
7
8
# 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" }
tokio-test = { path = "tokio-test" }
tokio-tls = { path = "tokio-tls" }
tokio-util = { path = "tokio-util" }