Skip to content

Commit

Permalink
async_tungstenite shouldn't be a default feature (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
obmarg committed Feb 10, 2024
1 parent f80cd82 commit a086da7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,8 @@ all APIs might be changed.

- The `next` api is now available at the top level rather than the `next`
module.
- `async_tungstenite` is no longer a default feautre, you should explicitly
enable it if you need it

### Deprecations

Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ members = ["examples", "examples-wasm"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[features]
default = ["async-tungstenite"]
default = []
client-cynic = ["async-tungstenite", "cynic"]
client-graphql-client = ["async-tungstenite", "graphql_client"]
ws_stream_wasm = ["dep:ws_stream_wasm", "no-logging", "pharos", "pin-project-lite"]
Expand Down

0 comments on commit a086da7

Please sign in to comment.