Skip to content

Commit d78f765

Browse files
committed
fix: use patched notify for better file change event debouncing (#6125)
Temporary switch to my fork with a patch (notify-rs/notify#711) until the PR is merged.
1 parent 0a4518a commit d78f765

File tree

2 files changed

+6
-10
lines changed

2 files changed

+6
-10
lines changed

Cargo.lock

Lines changed: 4 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,8 +157,8 @@ memchr = "2.7.4"
157157
mimalloc-safe = "0.1.52"
158158
mime = "0.3.17"
159159
nom = "8.0.0"
160-
notify = "8.1.0"
161-
notify-debouncer-full = "0.6.0"
160+
notify = { version = "8.1.0", git = "https://github.com/sapphi-red/notify", rev = "refs/heads/fix/debounce-events" }
161+
notify-debouncer-full = { version = "0.6.0", git = "https://github.com/sapphi-red/notify", rev = "refs/heads/fix/debounce-events" }
162162
num-bigint = "0.4.6"
163163
num-format = "0.4"
164164
owo-colors = "4.2.2"

0 commit comments

Comments
 (0)