From 3776e4acb8f18aac57ef489b7deb9e223d67611b Mon Sep 17 00:00:00 2001 From: metamuffin Date: Thu, 18 Aug 2022 11:44:36 +0200 Subject: forgot to disable full --- karld/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/karld/Cargo.toml b/karld/Cargo.toml index e4accc0..e5f79bd 100644 --- a/karld/Cargo.toml +++ b/karld/Cargo.toml @@ -18,7 +18,7 @@ lazy_static = "1.4.0" tungstenite = { version = "0.17.3", optional = true } [features] -default = ["full"] +default = ["unix"] full = ["unix", "stdio", "tcp", "websocket"] websocket = ["dep:tungstenite"] unix = [] -- cgit v1.2.3-70-g09d2