summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authormo8it <mo8it@proton.me>2024-09-18 01:43:48 +0200
committermo8it <mo8it@proton.me>2024-09-18 01:43:48 +0200
commit89c40ba25672b2da17e2fcc5bc742462699d54dd (patch)
treef46f89010e2cd19034db5c69d4dc5ffb6fb0f6c3 /Cargo.toml
parente56ae6d65144d0a0bc8cc6759c89e59658a71497 (diff)
Optimize the file watcher
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 23dc4f6..f14b47a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -50,7 +50,7 @@ ahash = { version = "0.8.11", default-features = false }
anyhow = "1.0.89"
clap = { version = "4.5.17", features = ["derive"] }
crossterm = { version = "0.28.1", default-features = false, features = ["windows", "events"] }
-notify-debouncer-mini = { version = "0.4.1", default-features = false }
+notify = { version = "6.1.1", default-features = false, features = ["macos_fsevent"] }
os_pipe = "1.2.1"
rustlings-macros = { path = "rustlings-macros", version = "=6.3.0" }
serde_json = "1.0.128"