Skip to content

Commit d6c89e5

Browse files
committed
fix: notify debouncer on macos
1 parent a72d4fa commit d6c89e5

4 files changed

Lines changed: 340 additions & 12 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ result
1515
# all the perf like utility files
1616
*.data
1717
node_modules/
18+
crates/fff-notify-debouncer-full/
1819

1920
dist/
2021
scripts/benchmark-results/

Cargo.lock

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

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ members = [
77
"crates/fff-query-parser",
88
"crates/fff-grep",
99
]
10+
exclude = ["crates/fff-notify-debouncer-full"]
1011
resolver = "2"
1112

1213
[workspace.dependencies]
@@ -34,9 +35,9 @@ mimalloc = "0.1.47"
3435
zlob = "1.3.0"
3536

3637
mlua = { version = "0.11.1", features = ["module", "luajit"] }
37-
neo_frizbee = { version = "0.10.0", features = ["match_end_col"] }
38-
notify = { version = "9.0.0-rc.2" }
39-
notify-debouncer-full = { package="fff-notify-debouncer-full", version = "0.9.0" }
38+
neo_frizbee = { version = "0.10.1", features = ["match_end_col"] }
39+
notify = { version = "9.0.0-rc.3" }
40+
notify-debouncer-full = { package = "fff-notify-debouncer-full", version = "0.9.1" }
4041
once_cell = "1.20.2"
4142
parking_lot = "0.12"
4243
pathdiff = "0.2.1"

0 commit comments

Comments
 (0)