Skip to content

Commit d61012a

Browse files
committed
crate: don't select hyper features without hyper_client
1 parent 59fb210 commit d61012a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,12 @@ h1_client = ["async-h1", "async-std", "async-native-tls"]
2222
native_client = ["curl_client", "wasm_client"]
2323
curl_client = ["isahc", "async-std"]
2424
wasm_client = ["js-sys", "web-sys", "wasm-bindgen", "wasm-bindgen-futures"]
25-
hyper_client = ["hyper", "hyper-tls"]
25+
hyper_client = ["hyper", "hyper-tls", "http-types/hyperium_http"]
2626

2727
[dependencies]
2828
async-trait = "0.1.37"
2929
futures = "0.3.1"
30-
http-types = { version = "2.3.0", features = ["hyperium_http"] }
30+
http-types = "2.3.0"
3131
log = "0.4.7"
3232

3333
# h1_client

0 commit comments

Comments
 (0)