Skip to content

Commit bfa5fb8

Browse files
committed
Switch macOS notify to kqueue.
1 parent ab2cb71 commit bfa5fb8

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.7.6"
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)