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.
13 lines
452 B
13 lines
452 B
6 years ago
|
--- hyper-0.12.21/Cargo.toml 1969-12-31T16:00:00-08:00
|
||
|
+++ hyper-0.12.21/Cargo.toml 2019-01-15T14:04:14.103079-08:00
|
||
|
@@ -217,8 +217,5 @@
|
||
|
version = "1.0"
|
||
|
|
||
|
[features]
|
||
|
-__internal_flaky_tests = []
|
||
|
-__internal_happy_eyeballs_tests = []
|
||
|
-default = ["__internal_flaky_tests", "runtime"]
|
||
|
-nightly = []
|
||
|
+default = ["runtime"]
|
||
|
runtime = ["futures-cpupool", "net2", "tokio", "tokio-executor", "tokio-reactor", "tokio-tcp", "tokio-threadpool", "tokio-timer"]
|