From e9385c740c27a6838967d6f568f1a7205ed22827 Mon Sep 17 00:00:00 2001 From: Denys Bezmenov Date: Thu, 14 Nov 2024 16:44:58 -0800 Subject: [PATCH] reverted default --- daemon/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/daemon/Cargo.toml b/daemon/Cargo.toml index bae3ca2..2978ada 100644 --- a/daemon/Cargo.toml +++ b/daemon/Cargo.toml @@ -29,7 +29,7 @@ kos-kbot = { version = "0.1.0", path = "../platforms/kbot", optional = true } kos-zeroth-01 = ["dep:kos-zeroth-01"] kos-sim = ["dep:kos-sim"] kos-stub = ["dep:kos-stub"] -default = ["kos-kbot"] +default = ["kos-stub"] [[bin]] name = "kos"