summaryrefslogtreecommitdiffstats
path: root/azure-pipelines.yml
diff options
context:
space:
mode:
authorCarl Lerche <me@carllerche.com>2019-08-02 12:59:24 -0700
committerGitHub <noreply@github.com>2019-08-02 12:59:24 -0700
commit2c01b3e0e00867775fbc9b944357a548a971f861 (patch)
treef418bd998b9ac8024b711161c4ebc2354ae00350 /azure-pipelines.yml
parentee9105d166e4cf64b6beec8c9b773f7d5dbea522 (diff)
io: remove `util` from default features (#1379)
Sub-crates should require opting into features.
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 58dcb595..d6777c17 100644
--- a/azure-pipelines.yml
+++ b/azure-pipelines.yml
@@ -58,7 +58,8 @@ jobs:
tokio-codec: []
tokio-current-thread: []
tokio-executor: []
- tokio-io: []
+ tokio-io:
+ - util
tokio-sync:
- async-traits
tokio-macros: []