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.75.0+dfsg1-5+rpi1^2~23 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=483be5a727bf13837557191784f6fedf5cccbf6b;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 3fb36b44e7..c011909671 100644 --- a/src/tools/cargo/Cargo.toml +++ b/src/tools/cargo/Cargo.toml @@ -226,7 +226,5 @@ test = false doc = false [features] -vendored-openssl = ["openssl/vendored"] -vendored-libgit2 = ["libgit2-sys/vendored"] +# Debian: removed vendoring flags # 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']