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