d-0011-cargo-remove-nghttp2
authorDebian Rust Maintainers <pkg-rust-maintainers@alioth-lists.debian.net>
Mon, 6 May 2024 08:25:32 +0000 (10:25 +0200)
committerFabian Grünbichler <debian@fabian.gruenbichler.email>
Wed, 8 Apr 2026 17:02:02 +0000 (19:02 +0200)
Description: remove dependency on libnghttp2-sys so it can be pruned.

Last-Update: 2023-05-17

Forwarded: not-needed

Gbp-Pq: Topic prune
Gbp-Pq: Name d-0011-cargo-remove-nghttp2.patch

vendor/curl-sys-0.4.84+curl-8.17.0/Cargo.toml

index 6b3bd61d03566e01ecc0c71262d94287ce7ed1e0..3ed5f5190975d7963372be121a7fbb3d50b4b18e 100644 (file)
@@ -35,7 +35,7 @@ repository = "https://github.com/alexcrichton/curl-rust"
 [features]
 default = ["ssl"]
 force-system-lib-on-osx = []
-http2 = ["libnghttp2-sys"]
+http2 = []
 mesalink = []
 ntlm = []
 poll_7_68_0 = []