We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b5163a commit 4860776Copy full SHA for 4860776
Cargo.toml
@@ -15,8 +15,8 @@ edition = "2018"
15
# when the default feature set is updated, verify that the `--features` flags in
16
# `.github/workflows/ci.yaml` are updated accordingly
17
default = ["h1-client", "middleware-logger", "encoding"]
18
-h1-client = ["wasm-client", "http-client/h1_client"]
19
-native-client = ["curl-client", "wasm-client", "http-client/native_client"]
+h1-client = ["http-client/h1_client"]
+native-client = ["curl-client", "http-client/native_client"]
20
curl-client = ["http-client/curl_client"]
21
wasm-client = ["http-client/wasm_client"]
22
middleware-logger = []
0 commit comments