summaryrefslogtreecommitdiffstats
path: root/ci/patch.toml
diff options
context:
space:
mode:
Diffstat (limited to 'ci/patch.toml')
-rw-r--r--ci/patch.toml7
1 files changed, 0 insertions, 7 deletions
diff --git a/ci/patch.toml b/ci/patch.toml
deleted file mode 100644
index 1650e3b1..00000000
--- a/ci/patch.toml
+++ /dev/null
@@ -1,7 +0,0 @@
-# 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-util = { path = "tokio-util" }