Skip to content

Commit

Permalink
Crate: export with the async-h1 client by default
Browse files Browse the repository at this point in the history
This should be stable enough.

Refs: #217
  • Loading branch information
Fishrock123 committed Sep 7, 2020
1 parent 49be6a9 commit 9b5163a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ edition = "2018"
[features]
# when the default feature set is updated, verify that the `--features` flags in
# `.github/workflows/ci.yaml` are updated accordingly
default = ["native-client", "middleware-logger", "encoding"]
default = ["h1-client", "middleware-logger", "encoding"]
h1-client = ["wasm-client", "http-client/h1_client"]
native-client = ["curl-client", "wasm-client", "http-client/native_client"]
curl-client = ["http-client/curl_client"]
Expand Down

0 comments on commit 9b5163a

Please sign in to comment.