summaryrefslogtreecommitdiffstats
path: root/ci/patch.toml
blob: 333c4dfff0c0a00a4fb3fa5958822467fe50c0b1 (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-sync = { path = "tokio-sync" }
tokio-tls = { path = "tokio-tls" }
tokio-util = { path = "tokio-util" }