mirror of
https://github.com/rust-lang/mdBook
synced 2024-12-13 14:22:35 +00:00
Merge pull request #2152 from ehuss/macos-notify-kqueue
Switch macOS notify to kqueue.
This commit is contained in:
commit
347e7886e1
1 changed files with 1 additions and 1 deletions
|
@ -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 }
|
||||
|
||||
|
|
Loading…
Reference in a new issue