From 8042ecfca4e3a731742b8f486253dc56c2bb2a24 Mon Sep 17 00:00:00 2001 From: metamuffin Date: Wed, 17 Aug 2022 19:35:03 +0200 Subject: no ws by default --- karld/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karld/Cargo.toml b/karld/Cargo.toml index fc6c223..c8b400c 100644 --- a/karld/Cargo.toml +++ b/karld/Cargo.toml @@ -18,6 +18,6 @@ lazy_static = "1.4.0" tungstenite = { version = "0.17.3", optional = true } [features] -default = ["websocket", "unix"] +default = ["unix"] websocket = ["dep:tungstenite"] unix = [] -- cgit v1.2.3-70-g09d2