From 4a797b956590bdeaba0ae637da5a02dac1a94ec6 Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Sat, 5 Aug 2023 12:53:23 -0700 Subject: [PATCH] Revert "Merge pull request #2152 from ehuss/macos-notify-kqueue" This reverts commit 347e7886e117dacdd1cb8bcc0e269dfed50d80ff, reversing changes made to a8fd6038f16ddb5ed0dd1ba5502cebcf18cd6428. --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 92e50017..51eea5e4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -37,7 +37,7 @@ toml = "0.5.11" # Do not update, see https://github.com/rust-lang/mdBook/issues/ topological-sort = "0.2.2" # Watch feature -notify = { version = "6.0.1", optional = true, features = ["macos_kqueue"] } +notify = { version = "6.0.1", optional = true } notify-debouncer-mini = { version = "0.3.0", optional = true } ignore = { version = "0.4.20", optional = true }