File: 2002_no_vendored.patch

package info (click to toggle)
rust-imap-client 0.2.3-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 392 kB
  • sloc: makefile: 4; sh: 1
file content (19 lines) | stat: -rw-r--r-- 641 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Description: avoid feature vendored
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2025-01-11
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -19,10 +19,6 @@
 tokio-rustls = ["dep:tokio-rustls", "dep:rip-starttls", "dep:rustls-platform-verifier"]
 tokio-native-tls = ["dep:tokio-native-tls", "dep:rip-starttls"]
 
-# Vendored (mostly for OpenSSL)
-#
-vendored = ["tokio-native-tls?/vendored"]
-
 [dev-dependencies]
 async-std = { version = "1.13", features = ["attributes"] }
 imap-client = { path = ".", features = ["tokio-rustls", "tokio-native-tls"] }