projects
/
rustc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1593490
)
Remove nghttp2 from curl-sys crate
author
Zixing Liu
<zixing.liu@canonical.com>
Sat, 4 May 2024 11:38:10 +0000
(13:38 +0200)
committer
Fabian Grünbichler
<debian@fabian.gruenbichler.email>
Sat, 4 May 2024 11:38:10 +0000
(13:38 +0200)
Forwarded: not-needed
Last-Update: 2023-05-17 <YYYY-MM-DD, last update of the meta-information, optional>
Last-Update: 2023-05-17 <YYYY-MM-DD, last update of the meta-information, optional>
Gbp-Pq: Name d-0011-cargo-remove-nghttp2.patch
vendor/curl-sys/Cargo.toml
patch
|
blob
|
history
diff --git
a/vendor/curl-sys/Cargo.toml
b/vendor/curl-sys/Cargo.toml
index 945ee8e3e67226de0fb961ef681f1f79630e214d..04b98009d702f63fa3b452ad78f8417a287cbf4b 100644
(file)
--- 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 = []