io: remove util from default features (#1379)

Sub-crates should require opting into features.
This commit is contained in:
Carl Lerche
2019-08-02 12:59:24 -07:00
committed by GitHub
parent ee9105d166
commit 2c01b3e0e0
3 changed files with 4 additions and 4 deletions
+2 -1
View File
@@ -58,7 +58,8 @@ jobs:
tokio-codec: []
tokio-current-thread: []
tokio-executor: []
tokio-io: []
tokio-io:
- util
tokio-sync:
- async-traits
tokio-macros: []