File: 2002_system_shared_libs.patch

package info (click to toggle)
rust-ureq 3.1.2%2B~0.5.2-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 1,836 kB
  • sloc: sh: 23; makefile: 13
file content (18 lines) | stat: -rw-r--r-- 558 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: use system-shared libraries
Author: Jonas Smedegaard <dr@jones.dk>
Forwarded: not-needed
Last-Update: 2025-04-04
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -42,9 +42,6 @@
 # rustls, but without ring.
 rustls-no-provider = ["dep:rustls", "_tls", "_rustls"]
 
-# Supported as long as native-tls supports this.
-vendored = ["native-tls?/vendored"]
-
 ######## INTERNAL FEATURES. DO NOT USE.
 
 # Ring has a higher chance of compiling cleanly without additional developer environment.