diff options
| author | Divy Srivastava <dj.srivastava23@gmail.com> | 2023-11-01 08:54:27 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-01 15:54:27 +0000 |
| commit | 82643857cc77a80f9a819584035ec147a6114553 (patch) | |
| tree | d74a342802b2a529e18a1afd4a7d4307e5da6b2a /Cargo.toml | |
| parent | 8ea2d926a9c75b0b13e7ad37e7181657d680560e (diff) | |
Revert "chore: use kqueue backend of notify on macOS" (#21039)
Reverts denoland/deno#21028
Reason:
https://github.com/notify-rs/notify/blob/main/notify/src/kqueue.rs#L79-L81
Need to wait for the watcher thread to spawn otherwise we hit flakes
---------
Signed-off-by: Divy Srivastava <dj.srivastava23@gmail.com>
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/Cargo.toml b/Cargo.toml index 8d81295c3..d2a4f6638 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -110,8 +110,7 @@ log = "=0.4.20" lsp-types = "=0.94.1" # used by tower-lsp and "proposed" feature is unstable in patch releases memmem = "0.1.1" monch = "=0.4.3" -# Note: Do not use the "macos_fsevent" feature of notify, as it links us to CoreFoundation on macOS. -notify = { version = "=5.0.0", default-features = false, features = ["macos_kqueue"] } +notify = "=5.0.0" num-bigint = { version = "0.4", features = ["rand"] } once_cell = "1.17.1" os_pipe = "=1.1.4" |
