summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-08-15 20:37:25 -0700
committerGitHub <noreply@github.com>2019-08-15 20:37:25 -0700
commit4788d3a9e3dd037424442c98e9f26b93a33a2077 (patch)
tree5324a25c3578964a2aa38c4cd6a1ed324078cdd6 /ci
parentf1f61a3b15d17767b12bfd8c0c5712db1b089b0b (diff)
tcp: move tokio-tcp into tokio-net (#1456)
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 2f2aa87d..3a397618 100644
--- a/ci/patch.toml
+++ b/ci/patch.toml
@@ -12,7 +12,6 @@ tokio-net = { path = "tokio-net" }
tokio-signal = { path = "tokio-signal" }
tokio-sync = { path = "tokio-sync" }
tokio-timer = { path = "tokio-timer" }
-tokio-tcp = { path = "tokio-tcp" }
tokio-tls = { path = "tokio-tls" }
tokio-udp = { path = "tokio-udp" }
tokio-uds = { path = "tokio-uds" }