From bfa5fb884411dcd9c663f7ac5d9194050a71a361 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Wed, 2 Aug 2023 09:21:25 -0700 Subject: [PATCH] Switch macOS notify to kqueue. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 74886150..be6dd5ee 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ toml = "0.7.6" topological-sort = "0.2.2" # Watch feature -notify = { version = "6.0.1", optional = true } +notify = { version = "6.0.1", optional = true, features = ["macos_kqueue"] } notify-debouncer-mini = { version = "0.3.0", optional = true } ignore = { version = "0.4.20", optional = true }