File: avoid-vendored-tls.patch

package info (click to toggle)
rust-tokio-native-tls 0.3.1-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 220 kB
  • sloc: sh: 41; makefile: 2
file content (14 lines) | stat: -rw-r--r-- 427 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
Index: tokio-native-tls/Cargo.toml
===================================================================
--- tokio-native-tls.orig/Cargo.toml
+++ tokio-native-tls/Cargo.toml
@@ -68,9 +68,6 @@ features = [
 version = "0.7"
 features = ["full"]
 
-[features]
-vendored = ["native-tls/vendored"]
-
 [target."cfg(all(not(target_os = \"macos\"), not(windows), not(target_os = \"ios\")))".dev-dependencies.openssl]
 version = "0.10"