Skip to content

Commit 347e788

Browse files
authored
Merge pull request #2152 from ehuss/macos-notify-kqueue
Switch macOS notify to kqueue.
2 parents a8fd603 + bfa5fb8 commit 347e788

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ toml = "0.5.11" # Do not update, see https://github.com/rust-lang/mdBook/issues/
3737
topological-sort = "0.2.2"
3838

3939
# Watch feature
40-
notify = { version = "6.0.1", optional = true }
40+
notify = { version = "6.0.1", optional = true, features = ["macos_kqueue"] }
4141
notify-debouncer-mini = { version = "0.3.0", optional = true }
4242
ignore = { version = "0.4.20", optional = true }
4343

0 commit comments

Comments
 (0)