diff --git a/plugins/fs/Cargo.toml b/plugins/fs/Cargo.toml index 9641f5e2..5d9a7efb 100644 --- a/plugins/fs/Cargo.toml +++ b/plugins/fs/Cargo.toml @@ -37,8 +37,8 @@ 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", + "serde", + "serialization-compat-6", ] } notify-debouncer-full = { version = "0.4", optional = true } dunce = { workspace = true }