summaryrefslogtreecommitdiffstats
path: root/ci/patch.toml
blob: 6d739341b5fffd9aefd61fca89c33fd47615b092 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Patch dependencies to run all tests against versions of the crate in the
# repository.
[patch.crates-io]
tokio = { path = "tokio" }
tokio-executor = { path = "tokio-executor" }
tokio-io = { path = "tokio-io" }
tokio-macros = { path = "tokio-macros" }
tokio-net = { path = "tokio-net" }
tokio-sync = { path = "tokio-sync" }
tokio-tls = { path = "tokio-tls" }
tokio-util = { path = "tokio-util" }