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

pull/256/head
Fabian-Lars 2 years ago committed by GitHub
parent 72b5c490e6
commit 3cfa9af859
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"] }

Loading…
Cancel
Save