Blob Blame History Raw
--- trust-dns-resolver-0.19.4/Cargo.toml	2020-04-12T00:27:37+00:00
+++ trust-dns-resolver-0.19.4/Cargo.toml	2020-04-19T10:18:07.194132+00:00
@@ -127,12 +127,9 @@
 dnssec-ring = ["dnssec", "trust-dns-proto/dnssec-ring"]
 mdns = ["trust-dns-proto/mdns"]
 serde-config = ["serde", "trust-dns-proto/serde-config"]
-system-config = ["ipconfig", "resolv-conf"]
+system-config = ["resolv-conf"]
 testing = []
 tokio-runtime = ["tokio/rt-core", "trust-dns-proto/tokio-runtime"]
-[target."cfg(windows)".dependencies.ipconfig]
-version = "0.2.0"
-optional = true
 [badges.codecov]
 branch = "master"
 repository = "bluejekyll/trust-dns"