Disable trust-dns on Windows

Closes #431
This commit is contained in:
Sean McArthur
2019-01-11 10:48:47 -08:00
parent ed1a6d4614
commit 23e13304ef
4 changed files with 14 additions and 8 deletions

View File

@@ -38,7 +38,7 @@ tokio-rustls = { version = "0.8", optional = true }
webpki-roots = { version = "0.15", optional = true }
rustls = { version = "0.14", features = ["dangerous_configuration"], optional = true }
[target.'cfg(not(target_os = "android"))'.dependencies]
[target.'cfg(not(any(target_os = "android", windows)))'.dependencies]
trust-dns-resolver = "0.10"
[dev-dependencies]