Skip to content

Commit

Permalink
Don't create features for optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
d-k-bo committed Sep 1, 2023
1 parent f5fafaf commit fc77018
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 @@ -36,7 +36,7 @@ manage-plugins = ["client-core"]
# List, create, update or delete users
manage-users = ["client-core"]
# Subscribe to newly created messages via a websocket
websocket = ["client-core", "async-stream", "futures-util", "tokio-tungstenite"]
websocket = ["client-core", "dep:async-stream", "dep:futures-util", "dep:tokio-tungstenite"]

[dependencies]
async-stream = { version = "0.3.5", optional = true }
Expand Down

0 comments on commit fc77018

Please sign in to comment.