From 17619197076aa17e3c50232311a9217274b9aedd Mon Sep 17 00:00:00 2001 From: LGUG2Z Date: Mon, 3 Mar 2025 21:49:43 -0800 Subject: [PATCH] perf(client): disable schemars feature on komorebi lib dep --- komorebi-client/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/komorebi-client/Cargo.toml b/komorebi-client/Cargo.toml index 10b36255..76470af5 100644 --- a/komorebi-client/Cargo.toml +++ b/komorebi-client/Cargo.toml @@ -6,7 +6,7 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -komorebi = { path = "../komorebi" } +komorebi = { path = "../komorebi", default-features = false } uds_windows = { workspace = true } serde_json = { workspace = true }