From: Debian Rust Maintainers Date: Mon, 6 May 2024 08:25:32 +0000 (+0200) Subject: d-0010-cargo-remove-vendored-c-crates X-Git-Tag: archive/raspbian/1.72.1+dfsg1-1+rpi1~1^2~28 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=9dbf66d39162d7b8f5f83b109ff462503eea084a;p=rustc.git d-0010-cargo-remove-vendored-c-crates 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 05c95c7271..74f7c2b8ad 100644 --- a/src/tools/cargo/Cargo.toml +++ b/src/tools/cargo/Cargo.toml @@ -206,8 +206,6 @@ test = false doc = false [features] -vendored-openssl = ["openssl/vendored"] -vendored-libgit2 = ["libgit2-sys/vendored"] +# Debian: removed vendoring flags pretty-env-logger = ["pretty_env_logger"] # This is primarily used by rust-lang/rust distributing cargo the executable. -all-static = ['vendored-openssl', 'curl/static-curl', 'curl/force-system-lib-on-osx']