parent
fc7af4648f
commit
ec04d24b8d
@ -1 +1 @@
|
||||
SHA512 (trust-dns-resolver-0.19.6.crate) = fcc6771d4ae07a8584b4e229c260dddaf291fc7559cfc6b77d71054c88d90474a803f1af28651c2a9817ddc7c98b405047a92f50634c6b4e3391c3d48382eebe
|
||||
SHA512 (trust-dns-resolver-0.20.0.crate) = 698ad1665b0fd9ae690a4d9dd684e12dd77a60df67dbd7c846071ea54820d3875de01938c3a6b1611e86dd19d65fb72b505086f8c06211c80e4d165c5371eb79
|
||||
|
@ -1,16 +1,16 @@
|
||||
--- trust-dns-resolver-0.19.6/Cargo.toml 2020-11-13T19:18:12+00:00
|
||||
+++ trust-dns-resolver-0.19.6/Cargo.toml 2020-11-22T13:11:36.968150+00:00
|
||||
@@ -127,12 +127,9 @@
|
||||
--- trust-dns-resolver-0.20.0/Cargo.toml 2020-12-29T22:07:59+00:00
|
||||
+++ trust-dns-resolver-0.20.0/Cargo.toml 2021-03-08T13:35:32.032670+00:00
|
||||
@@ -128,12 +128,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"]
|
||||
tokio-runtime = ["tokio/rt", "trust-dns-proto/tokio-runtime"]
|
||||
-[target."cfg(windows)".dependencies.ipconfig]
|
||||
-version = "0.2.0"
|
||||
-version = "0.2.2"
|
||||
-optional = true
|
||||
[badges.codecov]
|
||||
branch = "master"
|
||||
branch = "main"
|
||||
repository = "bluejekyll/trust-dns"
|
||||
|
Loading…
Reference in new issue