diff --git a/plugins/fs/Cargo.toml b/plugins/fs/Cargo.toml index 248c8104..9641f5e2 100644 --- a/plugins/fs/Cargo.toml +++ b/plugins/fs/Cargo.toml @@ -36,7 +36,10 @@ anyhow = "1" uuid = { version = "1", features = ["v4"] } glob = "0.3" # TODO: Remove `serialization-compat-6` in v3 -notify = { version = "7", optional = true, features = ["serde", "serialization-compat-6"] } +notify = { version = "7", optional = true, features = [ + "serde", + "serialization-compat-6", +] } notify-debouncer-full = { version = "0.4", optional = true } dunce = { workspace = true } percent-encoding = "2"