summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-07-19 13:11:46 -0700
committerGitHub <noreply@github.com>2019-07-19 13:11:46 -0700
commita99fa6e0963e9d3abad8c33df31b42f87fe86b06 (patch)
treecd6ba77e4c4a4442aef85b577f06a384a69b448d /ci
parentb89ed00a0d0b5ffa8fd3fa3a1faee31b5693cd64 (diff)
chore: remove tokio-futures facade crate (#1327)
This switches from using the tokio-futures facade to referencing futures-* crates directly.
Diffstat (limited to 'ci')
-rw-r--r--ci/patch.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/ci/patch.toml b/ci/patch.toml
index e34484a2..5942adda 100644
--- a/ci/patch.toml
+++ b/ci/patch.toml
@@ -7,7 +7,6 @@ tokio-codec = { path = "tokio-codec" }
tokio-current-thread = { path = "tokio-current-thread" }
tokio-executor = { path = "tokio-executor" }
tokio-fs = { path = "tokio-fs" }
-tokio-futures = { path = "tokio-futures" }
tokio-io = { path = "tokio-io" }
tokio-reactor = { path = "tokio-reactor" }
tokio-signal = { path = "tokio-signal" }