You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rust-hyper/hyper-fix-metadata.diff

18 lines
416 B

--- hyper-0.14.7/Cargo.toml 1970-01-01T00:00:00+00:00
+++ hyper-0.14.7/Cargo.toml 2021-04-28T20:09:41.014382+00:00
@@ -266,14 +266,12 @@
version = "2.2"
[features]
-__internal_happy_eyeballs_tests = []
client = []
default = []
ffi = ["libc"]
full = ["client", "http1", "http2", "server", "stream", "runtime"]
http1 = []
http2 = ["h2"]
-nightly = []
runtime = ["tcp", "tokio/rt"]
server = []
stream = []