From: Zixing Liu Date: Sat, 4 May 2024 11:38:10 +0000 (+0200) Subject: Remove embeded C libraries in bundled crates X-Git-Tag: archive/raspbian/1.72.1+dfsg1-1+rpi1~1^2^2~29 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=159349004206e5f813a30ab65d1c979ba64a662e;p=rustc.git Remove embeded C libraries in bundled crates Forwarded: not-needed Last-Update: 2023-05-17 Last-Update: 2023-05-17 Gbp-Pq: Name d-0010-cargo-remove-vendored-c-crates.patch --- diff --git a/src/tools/cargo/Cargo.toml b/src/tools/cargo/Cargo.toml index 56c9827cbf..079322b29a 100644 --- a/src/tools/cargo/Cargo.toml +++ b/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"]