From b8c777efc770d637a8dc6ba21bb8e78e9b30b868 Mon Sep 17 00:00:00 2001 From: "nieznany.sprawiciel" Date: Wed, 11 Sep 2024 11:15:42 +0200 Subject: [PATCH] Meaningless change to trigger gh actions --- utils/process/Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/utils/process/Cargo.toml b/utils/process/Cargo.toml index f8ee5e30c..00420799d 100644 --- a/utils/process/Cargo.toml +++ b/utils/process/Cargo.toml @@ -38,6 +38,5 @@ winapi = { version = "0.3", features = [ "handleapi", ] } - [target.'cfg(target_os = "macos")'.dependencies] libproc = { version = "0.7" }