mirror of
https://github.com/tauri-apps/plugins-workspace.git
synced 2026-04-29 12:06:01 +02:00
fix(fs-watch): use less specific notify version
This commit is contained in:
@@ -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"] }
|
||||
|
||||
Reference in New Issue
Block a user