From: Zixing Liu Date: Sat, 4 May 2024 11:38:10 +0000 (+0200) Subject: Remove nghttp2 from curl-sys crate X-Git-Tag: archive/raspbian/1.72.1+dfsg1-1+rpi1~1^2^2~28 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=eb9dee13ee45a6c544aa1ee6749ef514216dc5d9;p=rustc.git Remove nghttp2 from curl-sys crate Forwarded: not-needed Last-Update: 2023-05-17 Last-Update: 2023-05-17 Gbp-Pq: Name d-0011-cargo-remove-nghttp2.patch --- diff --git a/vendor/curl-sys/Cargo.toml b/vendor/curl-sys/Cargo.toml index 945ee8e3e6..04b98009d7 100644 --- a/vendor/curl-sys/Cargo.toml +++ b/vendor/curl-sys/Cargo.toml @@ -52,7 +52,7 @@ version = "0.3.3" [features] default = ["ssl"] force-system-lib-on-osx = [] -http2 = ["libnghttp2-sys"] +http2 = [] mesalink = [] ntlm = [] poll_7_68_0 = []