Switch trust-dns to an off-by-default optional feature

This commit is contained in:
Sean McArthur
2019-01-11 16:12:17 -08:00
parent 81b4d26682
commit 4d221533a2
5 changed files with 25 additions and 17 deletions

View File

@@ -26,6 +26,9 @@ matrix:
- rust: stable
env: FEATURES="--features hyper-011"
- rust: stable
env: FEATURES="--features trust-dns"
# android
- rust: stable
env: TARGET=aarch64-linux-android