From 0e1d6b35bf5711520be58a8c5eb85dec12d57381 Mon Sep 17 00:00:00 2001 From: Filipe Rodrigues Date: Sat, 13 Sep 2025 03:03:43 +0100 Subject: [PATCH] Removed unused feature. --- zsw/Cargo.toml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/zsw/Cargo.toml b/zsw/Cargo.toml index 0cb4501..fad7192 100644 --- a/zsw/Cargo.toml +++ b/zsw/Cargo.toml @@ -49,8 +49,7 @@ serde_json = { workspace = true } [features] -tokio-console = ["dep:console-subscriber"] -locker-validation = [] +tokio-console = ["dep:console-subscriber"] [lints] workspace = true