diff --git a/Cargo.toml b/Cargo.toml index 54a45a04..8140f43b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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"] }