From 1a31e36639a94eab1afa78c1a32d876cb36f9d0d Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Thu, 30 May 2024 05:59:32 +0200 Subject: Adding debian version 1.73.0+dfsg1-1. Signed-off-by: Daniel Baumann --- debian/patches/d-0010-cargo-remove-vendored-c-crates.patch | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'debian/patches/d-0010-cargo-remove-vendored-c-crates.patch') diff --git a/debian/patches/d-0010-cargo-remove-vendored-c-crates.patch b/debian/patches/d-0010-cargo-remove-vendored-c-crates.patch index 21e1e0b06..1e8c91ca6 100644 --- a/debian/patches/d-0010-cargo-remove-vendored-c-crates.patch +++ b/debian/patches/d-0010-cargo-remove-vendored-c-crates.patch @@ -8,16 +8,15 @@ Last-Update: 2023-05-17 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/tools/cargo/Cargo.toml b/src/tools/cargo/Cargo.toml -index 7e383be..384fe45 100644 +index 0e189a6..4071e8c 100644 --- a/src/tools/cargo/Cargo.toml +++ b/src/tools/cargo/Cargo.toml -@@ -203,8 +203,6 @@ test = false +@@ -217,7 +217,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"] # 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'] -- cgit v1.2.3