Revert "Merge pull request #2152 from ehuss/macos-notify-kqueue"

This reverts commit 347e7886e1, reversing
changes made to a8fd6038f1.
This commit is contained in:
Eric Huss 2023-08-05 12:53:23 -07:00
parent 57b487eaa3
commit 4a797b9565
1 changed files with 1 additions and 1 deletions

View File

@ -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 }