Skip to content

Commit

Permalink
Websocket depends on tcp feature (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm authored Jun 21, 2021
1 parent bffa55c commit dec2e42
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 @@ -21,7 +21,7 @@ all-features = true
default = ["tcp", "udp", "websocket"] # All features by default
tcp = ["mio/tcp"]
udp = ["mio/udp"]
websocket = ["tungstenite", "url", "mio/tcp"]
websocket = ["tungstenite", "url", "tcp"]

[dependencies]
mio = { version = "0.7", features = ["os-poll"] }
Expand Down

0 comments on commit dec2e42

Please sign in to comment.