Skip to content

Commit

Permalink
Merge pull request rust-lang#2152 from ehuss/macos-notify-kqueue
Browse files Browse the repository at this point in the history
Switch macOS notify to kqueue.
  • Loading branch information
ehuss authored Aug 2, 2023
2 parents a8fd603 + bfa5fb8 commit 347e788
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }

Expand Down

0 comments on commit 347e788

Please sign in to comment.