From 3cfa9af85953c970c2e3ce47f5c5795f3633e096 Mon Sep 17 00:00:00 2001 From: Fabian-Lars Date: Wed, 1 Feb 2023 11:34:54 +0100 Subject: [PATCH] fix(fs-watch): use less specific `notify` version --- plugins/fs-watch/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/fs-watch/Cargo.toml b/plugins/fs-watch/Cargo.toml index b8f648a9..f939dd2b 100644 --- a/plugins/fs-watch/Cargo.toml +++ b/plugins/fs-watch/Cargo.toml @@ -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"] }