]> git.proxmox.com Git - rustc.git/blame - debian/patches/d-0011-cargo-remove-nghttp2.patch
Merge branch 'debian/experimental' into proxmox/bookworm
[rustc.git] / debian / patches / d-0011-cargo-remove-nghttp2.patch
CommitLineData
03080164
FG
1From: Debian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
2Date: Mon, 6 May 2024 10:25:32 +0200
3Subject: d-0011-cargo-remove-nghttp2
4
76b9c3f8 5Last-Update: 2023-05-17 <YYYY-MM-DD, last update of the meta-information, optional>
6---
03080164
FG
7 vendor/curl-sys/Cargo.toml | 2 +-
8 1 file changed, 1 insertion(+), 1 deletion(-)
9
10diff --git a/vendor/curl-sys/Cargo.toml b/vendor/curl-sys/Cargo.toml
11index 945ee8e..04b9800 100644
12--- a/vendor/curl-sys/Cargo.toml
13+++ b/vendor/curl-sys/Cargo.toml
1e879939 14@@ -52,7 +52,7 @@ version = "0.3.3"
15 [features]
16 default = ["ssl"]
17 force-system-lib-on-osx = []
18-http2 = ["libnghttp2-sys"]
19+http2 = []
20 mesalink = []
21 ntlm = []
22 poll_7_68_0 = []