File: strip-vendored-openssl.patch

package info (click to toggle)
rust-hyper-tls 0.5.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 156 kB
  • sloc: makefile: 2
file content (11 lines) | stat: -rw-r--r-- 333 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
Index: hyper-tls/Cargo.toml
===================================================================
--- hyper-tls.orig/Cargo.toml
+++ hyper-tls/Cargo.toml
@@ -45,6 +45,3 @@ default-features = false
 [dev-dependencies.tokio]
 version = "1.0.0"
 features = ["io-std", "macros", "io-util"]
-
-[features]
-vendored = ["native-tls/vendored"]