summaryrefslogtreecommitdiffstats
path: root/debian/patches/d-0010-cargo-remove-vendored-c-crates.patch
blob: b386a3a5fd2af63e6672adec87cf87e2c364f098 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Description: Remove embeded C libraries in bundled crates
Author: Zixing Liu <zixing.liu@canonical.com>
Forwarded: not-needed
Last-Update: 2023-05-17
---
This patch header follows DEP-3: http://dep.debian.net/deps/dep3/
Index: rust/src/tools/cargo/Cargo.toml
===================================================================
--- rust.orig/src/tools/cargo/Cargo.toml
+++ rust/src/tools/cargo/Cargo.toml
@@ -114,6 +114,5 @@ test = false
 doc = false
 
 [features]
-vendored-openssl = ["openssl/vendored"]
-vendored-libgit2 = ["libgit2-sys/vendored"]
+# Debian: removed vendoring flags
 pretty-env-logger = ["pretty_env_logger"]