diff --git a/Cargo.toml b/Cargo.toml index bb622de8..906d1308 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 } +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 }