summaryrefslogtreecommitdiffstats
path: root/ci
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-08-16 07:26:10 -0700
committerGitHub <noreply@github.com>2019-08-16 07:26:10 -0700
commitce7e60e3965283328909aaef57c57e538526a880 (patch)
tree25230b6f3ce4bcc7da68b149c58626533a33dea4 /ci
parentd8b23ef85235b9efef9a52ad7933dd3e3c0b6958 (diff)
udp: move tokio-udp into tokio-net (#1459)
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 3a397618..cae04711 100644
--- a/ci/patch.toml
+++ b/ci/patch.toml
@@ -13,5 +13,4 @@ tokio-signal = { path = "tokio-signal" }
tokio-sync = { path = "tokio-sync" }
tokio-timer = { path = "tokio-timer" }
tokio-tls = { path = "tokio-tls" }
-tokio-udp = { path = "tokio-udp" }
tokio-uds = { path = "tokio-uds" }