fix(fs-watch): use less specific notify version

This commit is contained in:
Fabian-Lars
2023-02-01 11:34:54 +01:00
committed by GitHub
parent 72b5c490e6
commit 3cfa9af859
+1 -1
View File
@@ -15,5 +15,5 @@ serde_json.workspace = true
tauri.workspace = true
log.workspace = true
thiserror.workspace = true
notify = { version = "5.0" , features = ["serde"] }
notify = { version = "5" , features = ["serde"] }
notify-debouncer-mini = { version = "0.2.1" , features = ["serde"] }