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

13 lines
364 B

--- hyper-0.13.9/Cargo.toml 2020-11-02T23:21:15+00:00
+++ hyper-0.13.9/Cargo.toml 2020-11-04T20:30:54.971408+00:00
@@ -250,9 +250,7 @@
version = "1.0"
[features]
-__internal_happy_eyeballs_tests = []
default = ["runtime", "stream"]
-nightly = []
runtime = ["tcp", "tokio/rt-core"]
stream = []
tcp = ["socket2", "tokio/blocking", "tokio/tcp", "tokio/time"]