Skip to content

Commit 6b4c0a5

Browse files
committed
Don't include hyper as a default client
1 parent 8bcf81f commit 6b4c0a5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ features = ["docs"]
1616
rustdoc-args = ["--cfg", "feature=\"docs\""]
1717

1818
[features]
19-
default = ["h1_client", "hyper_client"]
19+
default = ["h1_client"]
2020
docs = ["h1_client"]
2121
h1_client = ["async-h1", "async-std", "async-native-tls"]
2222
native_client = ["curl_client", "wasm_client"]

0 commit comments

Comments
 (0)