Skip to content

Commit 9b5163a

Browse files
committed
Crate: export with the async-h1 client by default
This should be stable enough. Refs: #217
1 parent 49be6a9 commit 9b5163a

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
@@ -14,7 +14,7 @@ edition = "2018"
1414
[features]
1515
# when the default feature set is updated, verify that the `--features` flags in
1616
# `.github/workflows/ci.yaml` are updated accordingly
17-
default = ["native-client", "middleware-logger", "encoding"]
17+
default = ["h1-client", "middleware-logger", "encoding"]
1818
h1-client = ["wasm-client", "http-client/h1_client"]
1919
native-client = ["curl-client", "wasm-client", "http-client/native_client"]
2020
curl-client = ["http-client/curl_client"]

0 commit comments

Comments
 (0)