summaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
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 /azure-pipelines.yml
parentd8b23ef85235b9efef9a52ad7933dd3e3c0b6958 (diff)
udp: move tokio-udp into tokio-net (#1459)
Diffstat (limited to 'azure-pipelines.yml')
-rw-r--r--azure-pipelines.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/azure-pipelines.yml b/azure-pipelines.yml
index 37fe8591..8c9edd8e 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -49,9 +49,9 @@ jobs:
tokio-fs: []
tokio-net:
- tcp
+ - udp
tokio-process: []
tokio-signal: []
- tokio-udp: []
tokio-uds:
- async-traits
@@ -89,6 +89,7 @@ jobs:
- executor-without-current-thread
- net-no-features
- net-with-tcp
+ - net-with-udp
- tokio-no-features
- tokio-with-net