summarylogtreecommitdiffstats
path: root/0001-fix-not-linking-openssl.patch
blob: 929906e69e273684a1931ebbc4dc2713b63db0d2 (plain)
1
2
3
4
5
6
7
8
9
10
11
--- Cargo.toml.bak	2022-09-16 00:21:02.027968951 +0200
+++ Cargo.toml	2022-09-16 00:21:12.474917046 +0200
@@ -100,7 +100,7 @@
 version = "0.22.0"
 features = [
     "testing",
-    "dns-over-native-tls",
+    "dns-over-rustls",
 ]
 
 [dev-dependencies.trust-dns-resolver]