From a7f4bef3e5609a335f4cfb25ec2bb4747c3202a0 Mon Sep 17 00:00:00 2001 From: Daniel Szoke Date: Mon, 14 Jul 2025 16:09:38 +0200 Subject: [PATCH] build: Only compile `apple-catalog-parsing` when relevant feature enabled --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 430ae894da..2e2b39e9b0 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -112,7 +112,6 @@ workspace = true [target."cfg(target_os = \"macos\")".dependencies] mac-process-info = "0.2.0" -apple-catalog-parsing = { path = "apple-catalog-parsing" } [target."cfg(unix)"]